|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DomainManagerEventNotifier
Defines the operations that can be invoked on the Domain Manager as a notifier of domain events. All framework entities may invoke those operations.
| Method Summary | |
|---|---|
void |
addEventListener(DomainManagerEventListener listener)
Add an event listener to the collection of objects to be notified by the Domain Manager about a domain event. |
void |
removeEventListener(DomainManagerEventListener listener)
Remove an event listener from the collection of objects to be notified by the Domain Manager about a domain event. |
| Method Detail |
|---|
void addEventListener(DomainManagerEventListener listener)
throws DirectoryFailure
Those listeners must establish a trust relationship with the Domain Manager in order to receive domain events.
listener - The listener to be notified about a domain event.
DirectoryFailure
void removeEventListener(DomainManagerEventListener listener)
throws DirectoryFailure
Those listeners have established a trust relationship with the Domain Manager prior to receiving domain events.
listener - The listener to be removed from the collection of domain events listeners.
DirectoryFailure
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||