|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Module
Interface for a FirstSpirit module class
.
Method Summary | |
---|---|
void |
init(de.espirit.firstspirit.module.descriptor.ModuleDescriptor descriptor,
ServerEnvironment env)
Initializes this module with the given descriptor and
environment . |
void |
installed()
Event method: called after module was successfully installed. |
void |
uninstalling()
Event method: called when module is uninstalled. |
void |
updated(String oldVersionString)
Event method: called after module has been updated. |
Method Detail |
---|
void init(de.espirit.firstspirit.module.descriptor.ModuleDescriptor descriptor, ServerEnvironment env)
descriptor
and
environment
.
If the optional module class is specified, no other method will be called before the module is initialized!
descriptor
- module descriptor.env
- server environment.void installed()
Module.updated(String)
.
void uninstalling()
void updated(String oldVersionString)
oldVersionString
- old version, before module was updated
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |