|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ILifeCycle
Interface implemented by every OpenCOM components. Manages the startup and shutdown of components.
| Method Summary | |
|---|---|
boolean |
shutdown()
Allows a component to take action while it is being deleted. |
boolean |
startup(java.lang.Object data)
Allows a component to take action whenever an instance is created. |
| Method Detail |
|---|
boolean startup(java.lang.Object data)
data - Any startup data to be passed to the component when it is activated.
IOpenCOMboolean shutdown()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||