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 Summary
Modifier and TypeMethodDescriptionvoid
agentLoginStateChanged
(AgentLoginStateChangedEvent agentLoginStateChangedEvent) Indicates that the login state of an agent has changed.
-
Method Details
-
agentLoginStateChanged
Indicates that the login state of an agent has changed.- Parameters:
agentLoginStateChangedEvent
- provides all information about the change of theAgentLoginState
- Since:
- 11.27
-