Interface LockableView


public interface LockableView
A partial contract for a View that can be locked with a "Please wait..." notification.
Author:
Fabrizio Giudici
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    lock(UserNotification notification)
    Shows a "Please wait..." notification and locks the UI.
    void
    Dismisses the waiting notification and unlocks the UI.
  • Method Details

    • 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.