Uses of Interface
com.openfin.desktop.notifications.NotificationEventListener
-
Packages that use NotificationEventListener Package Description com.openfin.desktop.notifications -
-
Uses of NotificationEventListener in com.openfin.desktop.notifications
Methods in com.openfin.desktop.notifications with parameters of type NotificationEventListener Modifier and Type Method Description booleanNotifications. addEventListener(java.lang.String eventType, NotificationEventListener listener)Add a listener to handle specified notification events.booleanNotifications. removeEventListener(java.lang.String eventType, NotificationEventListener listener)Removes a listener previously added with addEventListener.
-