Interface PhoneDeviceStateChangedEvent
-
- All Superinterfaces:
AgentDeviceEvent
,ConnectedAgentDeviceProvider
,Event
public interface PhoneDeviceStateChangedEvent extends AgentDeviceEvent
APhoneDeviceStateChangedEvent
is an event triggered due to a state change of anAgentDevice
. The event is triggered by anAgentDeviceControlConnector
.- Since:
- 11.27
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PhoneDeviceState
getPhoneDeviceState()
-
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 Detail
-
getPhoneDeviceState
PhoneDeviceState getPhoneDeviceState()
- Returns:
- the new phone device state after the change
- Since:
- 11.27
-
-