|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Component<D extends ComponentDescriptor,E extends ServerEnvironment>
Super interface for all FIRSTspirit Components. Implementing classes must have a no-arg constructor.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 updated
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |