Class ObjectCreatedEvent

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

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

    • ObjectCreatedEvent

      public ObjectCreatedEvent(MediaObject source, String timestampMillis, List<Tag> tags, MediaObject object)
      Indicates that an object has been created 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 -
      object - The object that has been created
  • Method Details

    • getObject

      public MediaObject getObject()
      Getter for the object property
      Returns:
      The object that has been created *
    • setObject

      public void setObject(MediaObject object)
      Setter for the object property
      Parameters:
      object - The object that has been created