Interface PhoneDeviceStateEventListener
- All Known Subinterfaces:
AgentDeviceEventListener
public interface PhoneDeviceStateEventListener
The
PhoneDeviceStateEventListener
is an interface that implements
the callback event functions triggered due to phone device state changes.
The PhoneDeviceStateEventListener
can only be used within the
novomind iAGENT routing process in conjunction with a AgentDeviceControlConnector
.- Since:
- 11.27
-
Method Summary
Modifier and TypeMethodDescriptionvoid
phoneDeviceStateChanged
(PhoneDeviceStateChangedEvent phoneDeviceStateChangedEvent) Indicates that the state of a phone device has changed
-
Method Details
-
phoneDeviceStateChanged
Indicates that the state of a phone device has changed- Parameters:
phoneDeviceStateChangedEvent
- provides all information about the phone device state change- Since:
- 11.27
-