The methods of the AgentInterface interface are listed below. For a complete list of AgentInterface interface members, see the AgentInterface Members topic.
debug | Sends the debugging message to the agent's standard output. |
destroy | Called by the Neokernel for special cleanup before an agent is destroyed. |
error | Overloaded. Sends the error message to the agent's error output. |
initProps | Initialize agent Props before it is started. |
println | Sends the message to the agent's standard output. |
start | Called by the Neokernel to initiate activities for this agent. |
stop | Called by the Neokernel to send stop requests from the Neokernel. |
ToString | Returns the string representation of this agent. |
warning | Overloaded. Sends the warning message to the agent's standard output. |
AgentInterface Interface | com.neokernel.nk Namespace