|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.araneaframework.core.BaseComponent.ComponentImpl
protected class BaseComponent.ComponentImpl
| Constructor Summary | |
|---|---|
protected |
BaseComponent.ComponentImpl()
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected BaseComponent.ComponentImpl()
| Method Detail |
|---|
public void init(Scope scope,
Environment env)
Component.InterfaceComponent with the specified Environment.
init in interface Component.Interfacescope - The Scope of the Component.env - The Environment of this Component.Pathpublic void destroy()
Component.InterfaceComponent.
destroy in interface Component.Interfacepublic void propagate(Message message)
Component.InterfaceMessage to the
Component and its children.
- Specified by:
propagate in interface Component.Interface
- Parameters:
message - The Message to forward.
public void enable()
Component.InterfaceComponent.
enable in interface Component.Interfacepublic void disable()
Component.InterfaceComponent.
disable in interface Component.Interface
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||