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