L
- A
- M
- public interface IMessageDelegator<L,A,M> extends IDelegator<L,A,M>
Modifier and Type | Method and Description |
---|---|
void |
delegateMessage(IDelegateDTO<A,M> messageDTO)
Delegate message to correct perspective/component
|
java.util.concurrent.BlockingQueue<IDelegateDTO<A,M>> |
getMessageDelegateQueue()
Returns the delegate queue.
|
addPerspective, removePerspective, setComponentHandler
void delegateMessage(IDelegateDTO<A,M> messageDTO)
messageDTO
- java.util.concurrent.BlockingQueue<IDelegateDTO<A,M>> getMessageDelegateQueue()