|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ModuleListener
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 |
|---|
void moduleAdded(ModuleEvent event)
This method is called after a module is added to the ModuleManager.
event - the event object containing the event details.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.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 | ||||||||