|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Component.Interface
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 |
|---|
void init(Scope scope,
Environment env)
Component with the specified Environment.
scope - The Scope of the Component.env - The Environment of this Component.Pathvoid destroy()
Component.
void propagate(Message message)
Message to the
Component and its children.
- Parameters:
message - The Message to forward.
void enable()
Component.
void disable()
Component.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||