| Package | Description |
|---|---|
| org.jacpfx.api.component | |
| org.jacpfx.api.delegator |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.BlockingQueue<DelegateDTO<A,M>> |
Perspective.getMessageDelegateQueue()
Returns delegate queue to delegate actions to correct target
|
| Modifier and Type | Method and Description |
|---|---|
void |
Perspective.init(java.util.concurrent.BlockingQueue<SubComponent<L,A,M>> componentDelegateQueue,
java.util.concurrent.BlockingQueue<DelegateDTO<A,M>> messageDelegateQueue,
Coordinator<L,A,M> messageCoordinator,
Launcher<?> launcher)
The initialization method.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.TransferQueue<DelegateDTO<A,M>> |
MessageDelegator.getMessageDelegateQueue()
Returns the delegate queue.
|