public abstract class AgentDelegator<T extends Agent> extends java.lang.Object implements Agent
Constructor and Description |
---|
AgentDelegator(T target) |
Modifier and Type | Method and Description |
---|---|
Client |
getClient()
get client this agent belonged to.
|
java.lang.Object |
getDelegatee()
get the delegatee object
|
public AgentDelegator(T target)
public Client getClient()
Agent
public java.lang.Object getDelegatee()
Agent
getDelegatee
in interface Agent
Copyright © 2019 Potix Corporation. All rights reserved.