public interface IDelegator<L,A,M>
| Modifier and Type | Method and Description |
|---|---|
<P extends IComponent<L,M>> |
setPerspectiveHandler(IComponentHandler<P,Message<A,M>> handler)
Set the associated perspective handler.
|
<P extends IComponent<L,M>> void setPerspectiveHandler(IComponentHandler<P,Message<A,M>> handler)
P - P should extend an IComponenthandler, - the perspective handler.