com.iplanet.am.sdk
インタフェース AMEventListener


推奨されていません。 As of Sun Java System Access Manager 7.1.

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.


メソッドの概要
 void objectChanged(AMEvent event)
          推奨されていません。 Sun Java System Access Manager SDK invokes this method when any object or its contents change.
 void objectRemoved(AMEvent event)
          推奨されていません。 Sun Java System Access Manager SDK invokes this method when any object is removed.
 void objectRenamed(AMEvent event)
          推奨されていません。 Sun Java System Access Manager SDK invokes this method when any object is renamed.
 

メソッドの詳細

objectChanged

void objectChanged(AMEvent event)
推奨されていません。 
Sun Java System Access Manager SDK invokes this method when any object or its contents change.

パラメータ:
event - AMEvent object representing the AMEvent.OBJECT_CHANGED event.

objectRemoved

void objectRemoved(AMEvent event)
推奨されていません。 
Sun Java System Access Manager SDK invokes this method when any object is removed.

パラメータ:
event - AMEvent object representing the AMEvent.OBJECT_REMOVED event.

objectRenamed

void objectRenamed(AMEvent event)
推奨されていません。 
Sun Java System Access Manager SDK invokes this method when any object is renamed.

パラメータ:
event - AMEvent object representing the AMEvent.OBJECT_RENAMED event.