Interface PhoneSystemStateEventListener
public interface PhoneSystemStateEventListener
The
PhoneSystemStateEventListener is an interface that implements
the callback event functions to be called on phone system state changes e.g.
broken connection to the remote PBX.
The PhoneSystemStateEventListener can only be used within the
novomind iAGENT routing process in conjunction with a PhoneSystemConnector.- Since:
- 11.27
-
Method Summary
Modifier and TypeMethodDescriptionvoidphoneSystemStateChanged(PhoneSystemStateChangedEvent phoneSystemStateChangedEvent) Indicates a general system state change of aPhoneSystemConnector
-
Method Details
-
phoneSystemStateChanged
Indicates a general system state change of aPhoneSystemConnector- Parameters:
phoneSystemStateChangedEvent- provides all information about the system state change- Since:
- 11.27
-