-
public class ThumbnailEvent extends Event
An event class containing the Event property keys exclusively used in the Thumbnail plugin.
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
PREVIEW_THUMBNAIL_FORMAT_SELECTOR
-
Constructor Summary
Constructors Constructor Description ThumbnailEvent(String type)
Creates an Event with the given type.
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.brightcove.player.event.Event
getProperties
-
Methods inherited from class com.brightcove.player.event.AbstractEvent
getId, getIntegerProperty, getLongProperty, getNextId, getProperties, getProperty, getProperty, getType, isPrevented, isStopped, preventDefault, stopPropagation, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ThumbnailEvent
ThumbnailEvent(String type)
Creates an Event with the given type.- Parameters:
type
- an Event type string, typically one of the EventType constants
-
-
-
-