Interface Notification
- 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 ClassesModifier and TypeInterfaceDescriptionstatic interface
Handler for the Notification to hide it selves -
Method Summary
Modifier and TypeMethodDescriptionvoid
onShow
(Notification.HideHandler handler) Called when the Notification is shownMethods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
-
Method Details
-
onShow
Called when the Notification is shown- Parameters:
handler
- handler to hide the Notification
-