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