Package it.tidalwave.util.ui
Interface LockableView
-
public interface LockableViewA partial contract for a View that can be locked with a "Please wait..." notification.- Author:
- Fabrizio Giudici
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlock(UserNotification notification)Shows a "Please wait..." notification and locks the UI.voidunlock()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.
-
-