-
public class Event extends AbstractEvent<Object>
Represents a single Event, that is designed to be passed down a chain of listeners.
-
-
Field Summary
Fields Modifier and Type Field Description public final Map<String, Object>
properties
-
Method Summary
Modifier and Type Method Description Map<String, Object>
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
-
-