public interface IAgentListener
Modifier and Type | Method and Description |
---|---|
void |
agentTerminated(AgentEvent ae)
Invoked when the agent was finally terminated.
|
void |
agentTerminating(AgentEvent ae)
Called when the agent is closing down
(i.e. moving to the end state).
|
void agentTerminating(AgentEvent ae)
ae
- The agent event.void agentTerminated(AgentEvent ae)
ae
- The agent event.Copyright © 2012. All Rights Reserved.