L - the basic listener typeA - the basic event typeM - the basic message typepublic interface IMessageDelegator<L,A,M> extends IDelegator<L,A,M>
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.BlockingQueue<IDelegateDTO<A,M>> |
getMessageDelegateQueue()
Returns the delegate queue.
|
setPerspectiveHandlerjava.util.concurrent.BlockingQueue<IDelegateDTO<A,M>> getMessageDelegateQueue()