|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is an event listener for ModuleEvent events. To receive events, an implementation of this listener must be added to the ModuleManager instance.
ModuleManager,
ModuleEvent| Method Summary | |
void |
moduleAdded(ModuleEvent event)
This method is called after a module is added to the ModuleManager. |
void |
moduleRemoved(ModuleEvent event)
This method is called after a module is remove from the ModuleManager. |
void |
moduleReset(ModuleEvent event)
This method is called after a module has been reset by the ModuleManager. |
| Method Detail |
public void moduleAdded(ModuleEvent event)
This method is called after a module is added to the ModuleManager.
event - the event object containing the event details.public void moduleReset(ModuleEvent event)
This method is called after a module has been reset by the ModuleManager.
event - the event object containing the event details.public void moduleRemoved(ModuleEvent event)
This method is called after a module is remove from the ModuleManager.
event - the event object containing the event details.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||