Neokernel API

AgentInterface Methods

The methods of the AgentInterface interface are listed below. For a complete list of AgentInterface interface members, see the AgentInterface Members topic.

Public Instance Methods

debug Sends the debugging message to the agent's standard output.
destroy Called by the Neokernel for special cleanup before an agent is destroyed.
errorOverloaded. 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.
warningOverloaded. Sends the warning message to the agent's standard output.

See Also

AgentInterface Interface | com.neokernel.nk Namespace