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