Package com.oorian.html.js.notification
Class NotificationCloseEvent
java.lang.Object
com.oorian.messaging.events.Event<NotificationListener>
com.oorian.messaging.events.client.ClientEvent<NotificationListener>
com.oorian.html.js.notification.NotificationCloseEvent
Event fired when a notification is closed.
- Author:
- Marvin P. Warble Jr.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispatchTo(NotificationListener listener) Dispatches this event to the specified listener.getTag()Returns the notification tag.toString()Methods inherited from class com.oorian.messaging.events.client.ClientEvent
getSource, getTarget, setSource, setTarget
-
Constructor Details
-
NotificationCloseEvent
Constructs a NotificationCloseEvent.- Parameters:
tag- The notification tag, or null if none was set.
-
-
Method Details
-
getTag
Returns the notification tag.- Returns:
- The tag, or null if none was set.
-
dispatchTo
Description copied from class:EventDispatches this event to the specified listener.Subclasses implement this method to call the appropriate handler method on the listener interface.
- Specified by:
dispatchToin classEvent<NotificationListener>- Parameters:
listener- the listener to dispatch this event to
-
toString
-