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