Class OmnitureComponent.OnPlayListener

java.lang.Object
com.brightcove.omniture.OmnitureComponent.OnPlayListener
All Implemented Interfaces:
EventListener
Enclosing class:
OmnitureComponent

protected class OmnitureComponent.OnPlayListener extends Object implements EventListener
  • Constructor Details

    • OnPlayListener

      protected OnPlayListener()
  • Method Details

    • processEvent

      public void processEvent(Event event)
      Description copied from interface: EventListener
      Process a given event to some purpose. The event can contain or provide payload data via properties.
      Specified by:
      processEvent in interface EventListener
      Parameters:
      event - The given event.