State Transition Event
class StateTransitionEvent(val agentProcess: AgentProcess, val newState: Any) : AbstractAgentProcessEvent
The agent process has transitioned to a new state.
Parameters
new State
the new state instance
The agent process has transitioned to a new state.
the new state instance