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