|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DomainManagerEventListener
Defines the callback method to be invoked by the Domain Manager on the DomainManagerEventListener when a domain event occurs.
Method Summary | |
---|---|
void |
initialize(DomainDirectoryService directory)
If necessary, associates itself with the DomainDirectoryService. |
boolean |
listeningForEvent(java.util.Map event)
Determines if this Listener is listening for the specified event. |
void |
receiveDomainEvent(java.util.Map event)
Notifies the listener about a domain event. |
Method Detail |
---|
void receiveDomainEvent(java.util.Map event)
This listener must have established a trust relationship with the Domain Manager in order to receive domain events.
event
- A domain event communicated by the Domain Manager to this listener.boolean listeningForEvent(java.util.Map event)
event
- A domain event to be sent to the appropriate listeners.
void initialize(DomainDirectoryService directory)
directory
- DomainDirectoryService this DomainManagerEventListener associates itself with.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |