L
- defines the action listener typeA
- defines the basic action typeM
- defines the basic message typepublic interface IPerspectiveCoordinator<L,A,M> extends ICoordinator<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
|
getComponentHandler, getMessageQueue, handleActive, handleInActive, handleMessage, setComponentHandler
void addPerspective(IPerspective<L,A,M> perspective)
perspective
- void removePerspective(IPerspective<L,A,M> perspective)
perspective
-