public interface Module
Modifier and Type | Method and Description |
---|---|
boolean |
init(ModuleContext ctx)
Called when the module is initialized.
|
void |
shutdown()
Called when the module is shutdown.
|
boolean init(ModuleContext ctx)
void shutdown()