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)
ModuleListener
moduleStarted
in interface ModuleListener
module
- The module that was started.public void moduleStarting(Module module)
ModuleListener
moduleStarting
in interface ModuleListener
module
- The module that is about to be started.public void moduleStopped(Module module)
ModuleListener
moduleStopped
in interface ModuleListener
module
- The module that was stopped.public void moduleStopping(Module module)
ModuleListener
moduleStopping
in interface ModuleListener
module
- The module to be stopped.Copyright 2004-2015 Wandora Team