|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AgentListener
| 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 |
|---|
void agentActive(Agent agent)
void agentInactive(Agent agent)
void error(Agent agent,
java.lang.String errorId,
java.lang.String errorMessage)
void handleCommand(Agent agent,
CommandElement command)
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||