Class ObjectDestroyedEvent

java.lang.Object
org.kurento.client.RaiseBaseEvent
org.kurento.client.ObjectDestroyedEvent
All Implemented Interfaces:
Event

public class ObjectDestroyedEvent extends RaiseBaseEvent
Indicates that an object has been destroyed on the media server
  • Constructor Details

    • ObjectDestroyedEvent

      public ObjectDestroyedEvent(MediaObject source, String timestampMillis, List<Tag> tags, String objectId)
      Indicates that an object has been destroyed on the media server
      Parameters:
      source - Object that raised the event
      timestampMillis - The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).
      tags -
      objectId - The id of the object that has been destroyed
  • Method Details

    • getObjectId

      public String getObjectId()
      Getter for the objectId property
      Returns:
      The id of the object that has been destroyed *
    • setObjectId

      public void setObjectId(String objectId)
      Setter for the objectId property
      Parameters:
      objectId - The id of the object that has been destroyed