T
- component type to registerA
- action type to use in registration processpublic interface IComponentHandler<T,A>
Modifier and Type | Method and Description |
---|---|
void |
handleAndReplaceComponent(A action,
T component)
Runs 'handle' method and replace of subcomponent in perspective.
|
void |
initComponent(A action,
T component)
Handles initialization of a single component.
|