Uses of Interface
com.ibm.wsspi.adaptable.module.Notifier.Notification
-
Packages that use Notifier.Notification Package Description com.ibm.wsspi.adaptable.module -
-
Uses of Notifier.Notification in com.ibm.wsspi.adaptable.module
Classes in com.ibm.wsspi.adaptable.module that implement Notifier.Notification Modifier and Type Class Description class
DefaultNotification
Default implementation of theNotifier.Notification
interface.Methods in com.ibm.wsspi.adaptable.module with parameters of type Notifier.Notification Modifier and Type Method Description void
Notifier.NotificationListener. notifyEntryChange(Notifier.Notification added, Notifier.Notification removed, Notifier.Notification modified)
Called to inform the listener that changes have happened to entries.boolean
Notifier. registerForNotifications(Notifier.Notification targets, Notifier.NotificationListener callbackObject)
Registers for notifications within the target Containers/Entries
-