Interface PhoneSystemStateEventListener
-
public interface PhoneSystemStateEventListener
ThePhoneSystemStateEventListener
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. ThePhoneSystemStateEventListener
can only be used within the novomind iAGENT routing process in conjunction with aPhoneSystemConnector
.- Since:
- 11.27
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
phoneSystemStateChanged(PhoneSystemStateChangedEvent phoneSystemStateChangedEvent)
Indicates a general system state change of aPhoneSystemConnector
-
-
-
Method Detail
-
phoneSystemStateChanged
void phoneSystemStateChanged(PhoneSystemStateChangedEvent phoneSystemStateChangedEvent)
Indicates a general system state change of aPhoneSystemConnector
- Parameters:
phoneSystemStateChangedEvent
- provides all information about the system state change- Since:
- 11.27
-
-