Class InfoNotificationEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<InfoNotificationEventHandler>
com.google.gwt.event.shared.GwtEvent<InfoNotificationEventHandler>
com.jadice.web.util.notifications.client.events.InfoNotificationEvent
public class InfoNotificationEvent
extends com.google.gwt.event.shared.GwtEvent<InfoNotificationEventHandler>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.google.gwt.event.shared.GwtEvent.Type
<InfoNotificationEventHandler> -
Constructor Summary
ConstructorsConstructorDescriptionInfoNotificationEvent
(String info) InfoNotificationEvent
(String info, String details) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
dispatch
(InfoNotificationEventHandler handler) com.google.gwt.event.shared.GwtEvent.Type
<InfoNotificationEventHandler> getInfo()
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Field Details
-
TYPE
-
-
Constructor Details
-
InfoNotificationEvent
-
InfoNotificationEvent
-
-
Method Details
-
getAssociatedType
- Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<InfoNotificationEventHandler>
-
dispatch
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<InfoNotificationEventHandler>
-
getInfo
-
getDetails
-