|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.bureau.client.Agent
public abstract class Agent
Represents an agent running within a bureau client.
| Field Summary | |
|---|---|
protected AgentObject |
_agentObj
The shared agent object. |
| Constructor Summary | |
|---|---|
Agent()
|
|
| Method Summary | |
|---|---|
void |
init(AgentObject agentObj)
Initializes the Agent with the distributed agent object. |
abstract void |
start()
Starts the code running in the agent. |
abstract void |
stop()
Stops the code running in the agent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AgentObject _agentObj
| Constructor Detail |
|---|
public Agent()
| Method Detail |
|---|
public void init(AgentObject agentObj)
public abstract void start()
public abstract void stop()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||