Class RaiseBaseEvent

java.lang.Object
org.kurento.client.RaiseBaseEvent
All Implemented Interfaces:
Event
Direct Known Subclasses:
ErrorEvent, MediaEvent, ObjectCreatedEvent, ObjectDestroyedEvent

public class RaiseBaseEvent extends Object implements Event
  • Constructor Details

    • RaiseBaseEvent

      public RaiseBaseEvent(MediaObject source, String timestampMillis, List<Tag> tags)
      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 -
  • Method Details

    • getSource

      public MediaObject getSource()
      Getter for the source property
      Returns:
      Object that raised the event *
    • setSource

      public void setSource(MediaObject source)
      Setter for the source property
      Parameters:
      source - Object that raised the event
    • getTimestampMillis

      public String getTimestampMillis()
      Getter for the timestampMillis property
      Returns:
      The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC). *
    • setTimestampMillis

      public void setTimestampMillis(String timestampMillis)
      Setter for the timestampMillis property
      Parameters:
      timestampMillis - The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).
    • getTags

      public List<Tag> getTags()
      Getter for the tags property
      Returns:
      *
    • setTags

      public void setTags(List<Tag> tags)
      Setter for the tags property
      Parameters:
      tags -