com.jivesoftware.community.media.video.events
Class VideoEvent
java.lang.Object
com.jivesoftware.community.media.video.events.VideoEvent
public class VideoEvent
- extends
A class for Video events. This class will be passed to EventListeners whenever a video
event is fired and contains all the pertinent information to the event.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREVIOUS_VERSION_KEY
public static final String PREVIOUS_VERSION_KEY
- See Also:
- Constant Field Values
PREVIOUS_CONTAINER_KEY
public static final String PREVIOUS_CONTAINER_KEY
- See Also:
- Constant Field Values
ENCODING_COMPLETED_KEY
public static final String ENCODING_COMPLETED_KEY
- See Also:
- Constant Field Values
VideoEvent
public VideoEvent()
VideoEvent
public VideoEvent(VideoEvent.Type eventType,
ContainerAwareEntityDescriptor payload)
VideoEvent
public VideoEvent(VideoEvent.Type eventType,
ContainerAwareEntityDescriptor payload,
Map<String,?> params)
VideoEvent
public VideoEvent(VideoEvent.Type eventType,
ContainerAwareEntityDescriptor payload,
Map<String,?> params,
long actorID)
getContentModificationType
public ModificationType getContentModificationType()
Copyright © 1999-2007 Jive Software.