Interface PhoneSystemStateChangedEvent

All Superinterfaces:
Event

public interface PhoneSystemStateChangedEvent extends Event
A PhoneSystemStateChangedEvent is an event triggered due to a general state change of the remote system of a PhoneSystemConnector
Since:
11.27
  • Method Details

    • getMessage

      Optional<String> getMessage()
      Returns an optional message provided with the state change.
      Returns:
      an optional message provided with the state change
      Since:
      11.27
    • getPhoneSystemState

      Returns the new phone system state after the change.
      Returns:
      the new phone system state after the change
      Since:
      11.27