public class ObjectCreatedEvent extends RaiseBaseEvent
Constructor and Description |
---|
ObjectCreatedEvent(MediaObject source,
java.lang.String timestamp,
java.util.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, java.lang.String timestamp, java.util.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 created