Jive API (3.0.13) Core Javadocs

com.jivesoftware.community.media.video.events
Class VideoEvent

java.lang.Object
  extended by 
      extended by 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.


Nested Class Summary
static class VideoEvent.Type
           
 
Field Summary
static String ENCODING_COMPLETED_KEY
           
static String PREVIOUS_CONTAINER_KEY
           
static String PREVIOUS_VERSION_KEY
           
 
Constructor Summary
VideoEvent()
           
VideoEvent(VideoEvent.Type eventType, ContainerAwareEntityDescriptor payload)
           
VideoEvent(VideoEvent.Type eventType, ContainerAwareEntityDescriptor payload, Map<String,?> params)
           
VideoEvent(VideoEvent.Type eventType, ContainerAwareEntityDescriptor payload, Map<String,?> params, long actorID)
           
 
Method Summary
 ModificationType getContentModificationType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

getContentModificationType

public ModificationType getContentModificationType()

Jive Product Page

Copyright © 1999-2007 Jive Software.