public interface Module
module class.| Modifier and Type | Method and Description |
|---|---|
void |
init(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.
|
void init(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()
updated(String).void uninstalling()
void updated(String oldVersionString)
oldVersionString - old version, before module was updatedCopyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408