T
- component type to registerA
- action type to use in registration processpublic interface IRootComponent<T,A>
Modifier and Type | Method and Description |
---|---|
IComponentHandler<T,A> |
getComponentHandler()
Returns component handler to handle initialization and reassignment of
subcomponents.
|
void |
initComponents(A action)
Handles initialization of subcomponents.
|
void |
registerComponent(T component)
Register the component at the listener.
|
void |
unregisterComponent(T component)
Unregister component from current perspective.
|
void registerComponent(T component)
component
- void unregisterComponent(T component)
component
- void initComponents(A action)
action
- IComponentHandler<T,A> getComponentHandler()