public class ObjectCreatedEvent extends RaiseBaseEvent
Constructor and Description |
---|
ObjectCreatedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
MediaObject object)
Indicates that an object has been created on the mediaserver
|
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, setSource, setTags, setTimestamp
public ObjectCreatedEvent(MediaObject source, String timestamp, List<Tag> tags, MediaObject object)
source
- Object that raised the eventtimestamp
- tags
- object
- The object that has been createdpublic MediaObject getObject()
public void setObject(MediaObject object)
object
- The object that has been createdCopyright © 2018 Kurento. All rights reserved.