Class DeviceNotFoundEvent

java.lang.Object
java.util.EventObject
io.github.lunasaw.sip.common.transmit.event.result.DeviceNotFoundEvent
All Implemented Interfaces:
Serializable

public class DeviceNotFoundEvent extends EventObject
Author:
luna
See Also:
  • Constructor Details

    • DeviceNotFoundEvent

      public DeviceNotFoundEvent(javax.sip.Dialog dialog)
      Constructs a prototypical Event.
      Parameters:
      dialog -
      Throws:
      IllegalArgumentException - if source is null.
  • Method Details

    • setCallId

      public void setCallId(String callId)