Class AgentDelegator<T extends Agent>
- java.lang.Object
-
- org.zkoss.zats.mimic.impl.operation.AgentDelegator<T>
-
- All Implemented Interfaces:
Agent
- Direct Known Subclasses:
AbstractInputAgentBuilder.AbstractInputAgentImpl,AbstractMultipleSelectAgentBuilder.AbstractMultipleSelectAgentImpl,AbstractSelectAgentBuilder.AbstractSelectAgentImpl,SwitchedSortAgentImpl
public abstract class AgentDelegator<T extends Agent> extends Object implements Agent
Simply wrap the component agent for component operation- Author:
- dennis
-
-
Constructor Summary
Constructors Constructor Description AgentDelegator(T target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientgetClient()get client this agent belonged to.ObjectgetDelegatee()get the delegatee object
-
-
-
Constructor Detail
-
AgentDelegator
public AgentDelegator(T target)
-
-