public interface ModuleStateListener
Modifier and Type | Method and Description |
---|---|
void |
moduleStarted(ModuleInfo moduleInfo)
Notification that a module has started.
|
void |
moduleStarting(ModuleInfo moduleInfo)
Notification that a module is starting.
|
void |
moduleStopped(ModuleInfo moduleInfo)
Notification that a module has stopped.
|
void |
moduleStopping(ModuleInfo moduleInfo)
Notification that a module is stopping.
|
void moduleStarting(ModuleInfo moduleInfo) throws StateChangeException
moduleInfo
- The ModuleInfo of the moduleStateChangeException
void moduleStarted(ModuleInfo moduleInfo) throws StateChangeException
moduleInfo
- The ModuleInfo of the moduleStateChangeException
void moduleStopping(ModuleInfo moduleInfo)
moduleInfo
- The ModuleInfo of the modulevoid moduleStopped(ModuleInfo moduleInfo)
moduleInfo
- The ModuleInfo of the module