Package 

Class Event


  • 
    public class Event
    extends AbstractEvent<Object>
                        

    Represents a single Event, that is designed to be passed down a chain of listeners.

    • Constructor Summary

      Constructors 
      Constructor Description
      Event(String type) Creates an Event with the given type.
    • 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
    • Constructor Detail

      • Event

        Event(String type)
        Creates an Event with the given type.
        Parameters:
        type - an Event type string, typically one of the EventType constants