|
TPTP 4.2.0 Platform Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
|---|---|
void |
agentActive(Agent agent)
Invoked when an agent first becomes active |
void |
agentInactive(Agent agent)
Invoked when an agent becomes inactive. |
void |
error(Agent agent,
java.lang.String errorId,
java.lang.String errorMessage)
Invoked when an error is recieved from the agent. |
void |
handleCommand(Agent agent,
CommandElement command)
Invoked when there is no established handler for the context of a message. |
| Method Detail |
public void agentActive(Agent agent)
public void agentInactive(Agent agent)
public void error(Agent agent,
java.lang.String errorId,
java.lang.String errorMessage)
public void handleCommand(Agent agent,
CommandElement command)
|
TPTP 4.2.0 Platform Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||