Interface AgentLoginStateEventListener


public interface AgentLoginStateEventListener
The AgentLoginStateEventListener is an interface that implements the callback event functions triggered due to agent login state changes. The AgentLoginStateEventListener is only available in the novomind iAGENT routing process.
Since:
11.27
  • Method Details

    • agentLoginStateChanged

      void agentLoginStateChanged(AgentLoginStateChangedEvent agentLoginStateChangedEvent)
      Indicates that the login state of an agent has changed.
      Parameters:
      agentLoginStateChangedEvent - provides all information about the change of the AgentLoginState
      Since:
      11.27