Interface PhoneSystemStateChangedEvent
-
- All Superinterfaces:
Event
public interface PhoneSystemStateChangedEvent extends Event
APhoneSystemStateChangedEvent
is an event triggered due to a general state change of the remote system of aPhoneSystemConnector
- Since:
- 11.27
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PhoneSystemStateChangedEvent.PhoneSystemState
Represents all types of phone system states.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
getMessage()
PhoneSystemStateChangedEvent.PhoneSystemState
getPhoneSystemState()
-
Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
-
-
-
-
Method Detail
-
getMessage
java.util.Optional<java.lang.String> getMessage()
- Returns:
- an optional message provided with the state change
- Since:
- 11.27
-
getPhoneSystemState
PhoneSystemStateChangedEvent.PhoneSystemState getPhoneSystemState()
- Returns:
- the new phone system state after the change
- Since:
- 11.27
-
-