public class ObjectCreatedEvent extends RaiseBaseEvent
Constructor and Description |
---|
ObjectCreatedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
MediaObject object)
Deprecated.
[DEPRECATED: Use timestampMillis] The timestamp associated with this object: Seconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).
|
Modifier and Type | Method and Description |
---|---|
MediaObject |
getObject()
Getter for the object property
|
void |
setObject(MediaObject object)
Setter for the object property
|
getSource, getTags, getTimestamp, getTimestampMillis, setSource, setTags, setTimestamp, setTimestampMillis
public ObjectCreatedEvent(MediaObject source, String timestamp, String timestampMillis, List<Tag> tags, MediaObject object)
source
- Object that raised the eventtimestamp
- timestampMillis
- The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).tags
- object
- The object that has been createdpublic MediaObject getObject()
public void setObject(MediaObject object)
object
- The object that has been createdCopyright © 2019 Kurento. All rights reserved.