THIS IS AN INTERFACE. Classes that wish to provide an implementation of a CompositeComponentController
should implement
this interface.
Attributes | Name and Description |
---|---|
|
caplin.component.composite.CompositeComponentController()
|
Attributes | Name and Description |
---|---|
|
void
finalize()
Call this method to free any resources held by this object. |
|
void
initialize(Object mComponents, Object oCompositeController)
Call this method after instantiating it to set a collection of components and allow it to pass itself to each component as an observer for events. |
►
caplin.component.composite.CompositeComponentController()
►
void
finalize()
Call this method to free any resources held by this object.
►
void
initialize(Object mComponents, Object oCompositeController)
Call this method after instantiating it to set a collection of components and allow it to pass itself to each component as an observer for events.
Object | mComponents | A map of the composite component's child components indexed by component id. |
Object | oCompositeController | A reference to the caplin.component.composite.CompositeComponent object. |