Interface AgentDeviceStateChangedEvent
- All Superinterfaces:
Event
,UserProvider
An
AgentDeviceStateChangedEvent
is an event
triggered due to a state change of an AgentDevice
The event is triggered by the novomind iAGENT routing process.- Since:
- 11.27
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
Method Details
-
getAgentDeviceState
AgentDeviceState getAgentDeviceState()- Returns:
- the new
AgentDeviceState
after the change - Since:
- 11.27
-