|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEventNotifier
The IEventNotifier interface is the interface to the event notification service for the virtual machine. The EventNotifier allows for external components to be notified of changes in the virtual machine's status and in the agents', worldstate's and scheduler's state. The various components send events to the event notifier. The event notifier handles the events synchronously.
Method Summary | |
---|---|
void |
addEventMessageListener(IEventMessageListener listener)
Registers the specified IEventMessageListener as a listener for the events send to the event notifier. |
void |
removeEventMessageListener(IEventMessageListener listener)
Unregisters the specified IEventMessageListener as a listener for the events send to the event notifier. |
Method Detail |
---|
void addEventMessageListener(IEventMessageListener listener)
listener
- the IEventMessageListener to be addedvoid removeEventMessageListener(IEventMessageListener listener)
listener
- the IEventMessageListener to be removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |