public interface LockableView
A partial contract for a View that can be locked with a "Please wait..." notification.
- Since:
- 2.0-ALPHA-2
- Author:
- Fabrizio Giudici
-
Method Summary
Modifier and TypeMethodDescriptionvoid
lock
(UserNotification notification) Shows a "Please wait..." notification and locks the UI.void
unlock()
Dismisses the waiting notification and unlocks the UI.