public interface LockableView
Modifier and Type | Method and Description |
---|---|
void |
lock(UserNotification notification)
Shows a "Please wait..." notification and locks the UI.
|
void |
unlock()
Dismisses the waiting notification and unlocks the UI.
|
void lock(@Nonnull UserNotification notification)
notification
- the notificationvoid unlock()
Copyright © 2009–2015 Tidalwave s.a.s. (http://tidalwave.it). All rights reserved.