Interface AgentPauseStateEventListener
-
public interface AgentPauseStateEventListener
TheAgentPauseStateEventListener
is an interface that implements the callback event functions triggered due to agent pause state changes. TheAgentPauseStateEventListener
is only available in the novomind iAGENT routing process.- Since:
- 11.27
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
agentPauseStateChanged(AgentPauseStateChangedEvent agentPauseStateChangedEvent)
Indicates that the pause state of an agent has changed
-
-
-
Method Detail
-
agentPauseStateChanged
void agentPauseStateChanged(AgentPauseStateChangedEvent agentPauseStateChangedEvent)
Indicates that the pause state of an agent has changed- Parameters:
agentPauseStateChangedEvent
- provides all information about the pause state change- Since:
- 11.27
-
-