|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Bootstrap
A class implementing this interface can be configured to be called back as a component if installed or uninstalled.
Method Summary | |
---|---|
void |
onInstall()
This callback method is called by the service container when a component is installed. |
void |
onUnInstall()
This callback method is called by the service container when a component is uninstalled. |
void |
setBootstrapContext(BootstrapContext aCtx)
Sets the bootstrap context for this instance. |
Method Detail |
---|
void setBootstrapContext(BootstrapContext aCtx)
aCtx
- The bootstrap context for this instance.void onInstall()
void onUnInstall()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |