Interface CallChangedEvent

All Superinterfaces:
ActiveCallEvent, ActiveCallProvider, com.novomind.ecom.common.api.attribute.Described, Event, com.novomind.ecom.common.api.attribute.Named
All Known Subinterfaces:
QueuedCallChangedEvent

public interface CallChangedEvent extends ActiveCallEvent, com.novomind.ecom.common.api.attribute.Named, com.novomind.ecom.common.api.attribute.Described
A CallChangedEvent can be triggered, when an ActiveCall has changed without any change of the CallState.
Since:
11.30
  • Method Summary

    Modifier and Type
    Method
    Description
    default Map<String,String>
     

    Methods inherited from interface com.novomind.ecom.api.iagent.provider.ActiveCallProvider

    getActiveCall

    Methods inherited from interface com.novomind.ecom.common.api.attribute.Described

    getDescription

    Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event

    getEventDate

    Methods inherited from interface com.novomind.ecom.common.api.attribute.Named

    getName
  • Method Details

    • getAttributes

      default Map<String,String> getAttributes()
      Returns:
      any attributes for the event
      Since:
      12.41