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 Summary
Modifier and TypeMethodDescriptionvoid
agentDeviceStateChanged
(AgentDeviceStateChangedEvent agentDeviceStateChangedEvent) Indicates that the state of anAgentDevice
has changed
-
Method Details
-
agentDeviceStateChanged
Indicates that the state of anAgentDevice
has changed- Parameters:
agentDeviceStateChangedEvent
- provides all information about the change of theAgentDeviceState
- Since:
- 11.27
-