L
- A
- M
- public interface IDelegator<L,A,M>
Modifier and Type | Method and Description |
---|---|
void |
addPerspective(IPerspective<L,A,M> perspective)
Add the perspective to observe.
|
void |
removePerspective(IPerspective<L,A,M> perspective)
Remove the perspective; e.g. when perspective is deactivated TODO merge
with IPerspectiveCoordinator
|
<P extends IComponent<L,A,M>> |
setComponentHandler(IComponentHandler<P,IAction<A,M>> handler)
Set the associated component handler.
|
void addPerspective(IPerspective<L,A,M> perspective)
perspective
- void removePerspective(IPerspective<L,A,M> perspective)
perspective
- <P extends IComponent<L,A,M>> void setComponentHandler(IComponentHandler<P,IAction<A,M>> handler)
handler
-