L - the basic listener typeA - the basic event typeM - the basic message typepublic interface IComponentDelegator<L,A,M> extends IDelegator<L,A,M>
| Modifier and Type | Method and Description |
|---|---|
void |
delegateComponent(ISubComponent<L,A,M> component)
Handles delegate of a component.
|
java.util.concurrent.BlockingQueue<ISubComponent<L,A,M>> |
getComponentDelegateQueue()
Get the delegate queue to add components to be delegated.
|
setPerspectiveHandlervoid delegateComponent(ISubComponent<L,A,M> component)
component, - The component to delegate.java.util.concurrent.BlockingQueue<ISubComponent<L,A,M>> getComponentDelegateQueue()