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 Detail

      • phoneSystemStateChanged

        void phoneSystemStateChanged​(PhoneSystemStateChangedEvent phoneSystemStateChangedEvent)
        Indicates a general system state change of a PhoneSystemConnector
        Parameters:
        phoneSystemStateChangedEvent - provides all information about the system state change
        Since:
        11.27