Class ShutterViewController.OnRegisterPluginListener

java.lang.Object
com.brightcove.player.controller.ShutterViewController.OnRegisterPluginListener
All Implemented Interfaces:
EventListener
Enclosing class:
ShutterViewController

protected class ShutterViewController.OnRegisterPluginListener extends Object implements EventListener
  • Constructor Details

    • OnRegisterPluginListener

      protected OnRegisterPluginListener()
  • Method Details

    • processEvent

      @Default 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.