| Package | Description |
|---|---|
| org.jacpfx.api.component | |
| org.jacpfx.api.coordinator | |
| org.jacpfx.api.delegator |
| Modifier and Type | Method and Description |
|---|---|
BlockingQueue<DelegateDTO<A,M>> |
Perspective.getMessageDelegateQueue()
Returns delegate queue to delegate actions to correct target
|
| Modifier and Type | Method and Description |
|---|---|
void |
Perspective.init(BlockingQueue<SubComponent<L,A,M>> componentDelegateQueue,
BlockingQueue<DelegateDTO<A,M>> messageDelegateQueue,
Coordinator<L,A,M> messageCoordinator,
Launcher<?> launcher)
The initialization method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Coordinator.setDelegateQueue(BlockingQueue<DelegateDTO<A,M>> delegateQueue)
Set the delegate queue, which delegates messages to correct responsible perspective.
|
| Modifier and Type | Method and Description |
|---|---|
BlockingQueue<DelegateDTO<A,M>> |
MessageDelegator.getMessageDelegateQueue()
Returns the delegate queue.
|
Copyright © 2014. All rights reserved.