Interface AgentDeviceStateChangedEvent
-
- All Superinterfaces:
Event
,UserProvider
public interface AgentDeviceStateChangedEvent extends Event, UserProvider
AnAgentDeviceStateChangedEvent
is an event triggered due to a state change of anAgentDevice
The event is triggered by the novomind iAGENT routing process.- Since:
- 11.27
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentDeviceState
getAgentDeviceState()
-
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 Detail
-
getAgentDeviceState
AgentDeviceState getAgentDeviceState()
- Returns:
- the new
AgentDeviceState
after the change - Since:
- 11.27
-
-