Class | Description |
---|---|
AFXCoordinator |
Observer handles messages and notifies correct components, the observer is
running in an own thread so that message handling can be done in background
|
DelegateDTO |
DTO interface to transfer components to desired target
|
FXComponentCoordinator |
observe component actions and delegates to correct component
|
FXComponentDelegator |
The component delegator handles a component target change, find the correct
perspective an add component to correct perspective
|
FXMessageDelegator |
The message delegate handles messages from one perspective to an other.
|
FXPerspectiveCoordinator |
Observe perspectives and delegates message to correct component
|