public abstract class AbstractModuleListener extends java.lang.Object implements ModuleListener
| Constructor and Description |
|---|
AbstractModuleListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
moduleStarted(Module module)
Called when a module has successfully started.
|
void |
moduleStarting(Module module)
Called when a module is about to be started.
|
void |
moduleStopped(Module module)
Called after a module has stopped.
|
void |
moduleStopping(Module module)
Called immediately before a module will be stopped.
|
public void moduleStarted(Module module)
ModuleListenermoduleStarted in interface ModuleListenermodule - The module that was started.public void moduleStarting(Module module)
ModuleListenermoduleStarting in interface ModuleListenermodule - The module that is about to be started.public void moduleStopped(Module module)
ModuleListenermoduleStopped in interface ModuleListenermodule - The module that was stopped.public void moduleStopping(Module module)
ModuleListenermoduleStopping in interface ModuleListenermodule - The module to be stopped.Copyright 2004-2015 Wandora Team