|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The interface which takes care of calling the hooks in the template.
| Method Summary | |
void |
destroy()
Destroys this Component. |
void |
disable()
Disables this Component. |
void |
enable()
Enables this Component. |
void |
init(Scope scope,
Environment env)
Initializes this Component with the specified Environment. |
void |
propagate(Message message)
Forwards the given Message to the
Component |
| Method Detail |
public void init(Scope scope,
Environment env)
Component with the specified Environment.
scope - The Scope of the Component.env - The Environment of this Component.Pathpublic void destroy()
Component.
public void propagate(Message message)
Message to the
Component and its children.
- Parameters:
message - The Message to forward.
public void enable()
Component.
public void disable()
Component.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||