Interface PhoneDeviceStateChangedEvent
- All Superinterfaces:
AgentDeviceEvent
,ConnectedAgentDeviceProvider
,Event
A
PhoneDeviceStateChangedEvent
is an event
triggered due to a state change of an AgentDevice
.
The event is triggered by an AgentDeviceControlConnector
.- Since:
- 11.27
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.iagent.provider.ConnectedAgentDeviceProvider
getConnectedAgentDevice
Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
-
Method Details
-
getPhoneDeviceState
PhoneDeviceState getPhoneDeviceState()- Returns:
- the new phone device state after the change
- Since:
- 11.27
-