Package org.kurento.client
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 propertyvoid
setSource
(MediaObject source) Setter for the source propertyvoid
Setter for the tags propertyvoid
setTimestampMillis
(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
Getter for the tags property- Returns:
- *
-
setTags
Setter for the tags property- Parameters:
tags
-
-