Interface AgentDeviceStateEventListener


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

    • agentDeviceStateChanged

      void agentDeviceStateChanged(AgentDeviceStateChangedEvent agentDeviceStateChangedEvent)
      Indicates that the state of an AgentDevice has changed
      Parameters:
      agentDeviceStateChangedEvent - provides all information about the change of the AgentDeviceState
      Since:
      11.27