Interface AgentLoginStateEventListener
-
public interface AgentLoginStateEventListener
TheAgentLoginStateEventListener
is an interface that implements the callback event functions triggered due to agent login state changes. TheAgentLoginStateEventListener
is only available in the novomind iAGENT routing process.- Since:
- 11.27
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
agentLoginStateChanged(AgentLoginStateChangedEvent agentLoginStateChangedEvent)
Indicates that the login state of an agent has changed.
-
-
-
Method Detail
-
agentLoginStateChanged
void agentLoginStateChanged(AgentLoginStateChangedEvent agentLoginStateChangedEvent)
Indicates that the login state of an agent has changed.- Parameters:
agentLoginStateChangedEvent
- provides all information about the change of theAgentLoginState
- Since:
- 11.27
-
-