public interface Delegator<L,A,M>
| Modifier and Type | Method and Description |
|---|---|
<P extends ComponentBase<L,M>> |
setPerspectiveHandler(ComponentHandler<P,Message<A,M>> handler)
Set the associated perspective handler.
|
<P extends ComponentBase<L,M>> void setPerspectiveHandler(ComponentHandler<P,Message<A,M>> handler)
P - P should extend an Componenthandler, - the perspective handler.