it.tidalwave.util.ui
Interface LockableView

Package class diagram package LockableView

public interface LockableView

A partial contract for a View that can be locked with a "Please wait..." notification.

Version:
$Id$
Author:
Fabrizio Giudici

Method Summary
 void lock(UserNotification notification)
          Shows a "Please wait..." notification and locks the UI.
 void unlock()
          Dismisses the waiting notification and unlocks the UI.
 

Method Detail

lock

void lock(@Nonnull
          UserNotification notification)
Shows a "Please wait..." notification and locks the UI.

Parameters:
notification - the notification

unlock

void unlock()
Dismisses the waiting notification and unlocks the UI.



Copyright © 2009-2011 Tidalwave s.a.s.. All Rights Reserved.