public interface ModuleInitializer
Modifier and Type | Method | Description |
---|---|---|
void |
performInit() |
Performs the initalization of the module.
|
void performInit() throws ModuleInitializeException
ModuleInitializeException
- if an error occurs which prevents the module
from being usable.