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