Class RaiseBaseEvent
java.lang.Object
org.kurento.client.RaiseBaseEvent
- All Implemented Interfaces:
Event
- Direct Known Subclasses:
ErrorEvent, MediaEvent, ObjectCreatedEvent, ObjectDestroyedEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the source propertygetTags()Getter for the tags propertyGetter for the timestampMillis propertyvoidsetSource(MediaObject source) Setter for the source propertyvoidSetter for the tags propertyvoidsetTimestampMillis(String timestampMillis) Setter for the timestampMillis property
-
Constructor Details
-
RaiseBaseEvent
- Parameters:
source- Object that raised the eventtimestampMillis- The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).tags-
-
-
Method Details
-
getSource
Getter for the source property- Returns:
- Object that raised the event *
-
setSource
Setter for the source property- Parameters:
source- Object that raised the event
-
getTimestampMillis
Getter for the timestampMillis property- Returns:
- The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC). *
-
setTimestampMillis
Setter for the timestampMillis property- Parameters:
timestampMillis- The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).
-
getTags
-
setTags
-