Interface AgentPauseStateEventListener


  • public interface AgentPauseStateEventListener
    The AgentPauseStateEventListener is an interface that implements the callback event functions triggered due to agent pause state changes. The AgentPauseStateEventListener is only available in the novomind iAGENT routing process.
    Since:
    11.27
    • 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