|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IdEventListener
Represents the event listener interface that consumers of this API should implement and register with the AMIdentityRepository to receive notifications.
| Method Summary | |
|---|---|
void |
allIdentitiesChanged()
The method is called when all identities in the repository are changed. |
void |
identityChanged(String universalId)
This method is called back for all identities that are modified in a repository. |
void |
identityDeleted(String universalId)
This method is called back for all identities that are deleted from a repository. |
void |
identityRenamed(String universalId)
This method is called for all identities that are renamed in a repository. |
| Method Detail |
|---|
void identityChanged(String universalId)
universalId - Universal Identifier of the identity.void identityDeleted(String universalId)
universalId - Univerval Identifiervoid identityRenamed(String universalId)
universalId - Universal Identifiervoid allIdentitiesChanged()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||