|
||||||||||
| 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 IModuleFactory instance.
IModuleFactory,
ModuleEvent| Method Summary | |
|---|---|
void |
moduleAdded(ModuleEvent event)
This method is called after a module is added to the IModuleFactory. |
void |
moduleRefreshed(ModuleEvent event)
This is an experimental method that is likely to change or go away - so don't use it for now. |
void |
moduleRemoved(ModuleEvent event)
This method is called after a module is remove from the IModuleFactory. |
| Method Detail |
|---|
void moduleAdded(ModuleEvent event)
This method is called after a module is added to the IModuleFactory.
event - the event object containing the event details.void moduleRemoved(ModuleEvent event)
This method is called after a module is remove from the IModuleFactory.
event - the event object containing the event details.void moduleRefreshed(ModuleEvent event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||