Class ObjectDestroyedEvent
java.lang.Object
org.kurento.client.RaiseBaseEvent
org.kurento.client.ObjectDestroyedEvent
- All Implemented Interfaces:
Event
Indicates that an object has been destroyed on the media server
-
Constructor Summary
ConstructorsConstructorDescriptionObjectDestroyedEvent(MediaObject source, String timestampMillis, List<Tag> tags, String objectId) Indicates that an object has been destroyed on the media server -
Method Summary
Modifier and TypeMethodDescriptionGetter for the objectId propertyvoidsetObjectId(String objectId) Setter for the objectId propertyMethods inherited from class RaiseBaseEvent
getSource, getTags, getTimestampMillis, setSource, setTags, setTimestampMillis
-
Constructor Details
-
ObjectDestroyedEvent
public ObjectDestroyedEvent(MediaObject source, String timestampMillis, List<Tag> tags, String objectId) Indicates that an object has been destroyed on the media server- Parameters:
source- Object that raised the eventtimestampMillis- The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).tags-objectId- The id of the object that has been destroyed
-
-
Method Details
-
getObjectId
Getter for the objectId property- Returns:
- The id of the object that has been destroyed *
-
setObjectId
Setter for the objectId property- Parameters:
objectId- The id of the object that has been destroyed
-