Package biz.junginger.modules

Interface Summary
Module Application specific modules usually implement this interface to enable life-cycle support Modules can do not have to implement this interface (modules can be plain Java Objects too) if no dependencies exists.
ModuleListener Enables keeping track of the module life-cycle by implementing call-back methods.
 

Class Summary
ModuleManager The ModuleManager offers methods to initialize, start, and shutdown all available modules.