All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
All Known Implementing Classes:
AbstractNotification, DialogNotification, UploadNotification

public interface Notification extends com.google.gwt.user.client.ui.IsWidget
A Notification to inform the User with Errors/Informations and Progresses
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Handler for the Notification to hide it selves
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the Notification is shown

    Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

    asWidget
  • Method Details

    • onShow

      void onShow(Notification.HideHandler handler)
      Called when the Notification is shown
      Parameters:
      handler - handler to hide the Notification