public interface Component<D extends ComponentDescriptor,E extends ServerEnvironment>
| Modifier and Type | Method and Description |
|---|---|
void |
init(D descriptor,
E env)
Initializes this component with the given
descriptor and environment. |
void |
installed()
Event method: called if Component was successfully installed (not updated!)
|
void |
uninstalling()
Event method: called if Component was in uninstalling procedure
|
void |
updated(String oldVersionString)
Event method: called if Component was completely updated
|
void init(D descriptor, E env)
descriptor and environment.
No other method will be called before the component is initialized!descriptor - useful descriptor information for this component.env - useful environment information for this component.void installed()
void uninstalling()
void updated(String oldVersionString)
oldVersionString - old version, before component was updatedCopyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408