|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
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. |
| メソッドの詳細 |
|---|
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.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||