public class ObjectDestroyedEvent extends RaiseBaseEvent
Constructor and Description |
---|
ObjectDestroyedEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String objectId)
Indicates that an object has been destroyed on the mediaserver
|
Modifier and Type | Method and Description |
---|---|
String |
getObjectId()
Getter for the objectId property
|
void |
setObjectId(String objectId)
Setter for the objectId property
|
getSource, getTags, getTimestamp, setSource, setTags, setTimestamp
public ObjectDestroyedEvent(MediaObject source, String timestamp, List<Tag> tags, String objectId)
source
- Object that raised the eventtimestamp
- tags
- objectId
- The id of the object that has been destroyedCopyright © 2018 Kurento. All rights reserved.