L
- A
- M
- public 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.
|
addPerspective, removePerspective, setComponentHandler
void delegateComponent(ISubComponent<L,A,M> component)
component
- java.util.concurrent.BlockingQueue<ISubComponent<L,A,M>> getComponentDelegateQueue()