|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LifeCycle
A class implementing this interface can be configured to be called back as a component if started or stopped.
Method Summary | |
---|---|
void |
onStart()
Called by the service container when a component is started. |
void |
onStop()
Called by the service container when a component is stopped. |
void |
setComponentContext(ComponentContext aCtx)
Sets the component context used to access the current component. |
Method Detail |
---|
void setComponentContext(ComponentContext aCtx)
aCtx
- The component context used to access the current component.void onStart()
void onStop()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |