Interface PhoneSystemStateChangedEvent
- All Superinterfaces:
Event
A
PhoneSystemStateChangedEvent
is an event triggered due to
a general state change of the remote system of a PhoneSystemConnector
- Since:
- 11.27
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Represents all types of phone system states. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
-
Method Details
-
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
-