public interface AMEventListener
Represents the event listener interface that consumers of this API should implement and register with the SDK to receive Sun Java System Access Manager SDK notifications.
NOTE: It is recommended that the classes that implement this
interface also implement Object.equals()
method if the
default behavior of the method is not desired.
Modifier and Type | Method and Description |
---|---|
void |
objectChanged(AMEvent event)
Deprecated.
Sun Java System Access Manager SDK invokes this method when any object or
its contents change.
|
void |
objectRemoved(AMEvent event)
Deprecated.
Sun Java System Access Manager SDK invokes this method when any object is
removed.
|
void |
objectRenamed(AMEvent event)
Deprecated.
Sun Java System Access Manager SDK invokes this method when any object is
renamed.
|
void objectChanged(AMEvent event)
event
- AMEvent
object representing the
AMEvent.OBJECT_CHANGED
event.void objectRemoved(AMEvent event)
event
- AMEvent
object representing the
AMEvent.OBJECT_REMOVED
event.void objectRenamed(AMEvent event)
event
- AMEvent
object representing the
AMEvent.OBJECT_RENAMED
event.Copyright © 2010-2014, ForgeRock All Rights Reserved.