Uses of Class
com.openfin.desktop.notifications.events.NotificationEvent
Package | Description |
---|---|
com.openfin.desktop.notifications | |
com.openfin.desktop.notifications.events |
-
Uses of NotificationEvent in com.openfin.desktop.notifications
Methods in com.openfin.desktop.notifications with parameters of type NotificationEvent Modifier and Type Method Description void
NotificationEventListener. onEvent(NotificationEvent event)
-
Uses of NotificationEvent in com.openfin.desktop.notifications.events
Subclasses of NotificationEvent in com.openfin.desktop.notifications.events Modifier and Type Class Description class
NotificationActionEvent
Event fired when an action is raised for a notification due to a specified trigger.class
NotificationClosedEvent
Event fired whenever the notification has been closed.class
NotificationCreatedEvent
Event fired whenever a new notification has been created.