Class SeekButtonController.ShowSeekControlsHandler
- java.lang.Object
-
- com.brightcove.player.mediacontroller.buttons.SeekButtonController.ShowSeekControlsHandler
-
- All Implemented Interfaces:
EventListener
- Enclosing class:
- SeekButtonController
protected class SeekButtonController.ShowSeekControlsHandler extends java.lang.Object implements EventListener
Provides a handler for hiding the rewind button.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ShowSeekControlsHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processEvent(Event event)
Overrides to implement the successful rewind show operation.
-
-
-
Method Detail
-
processEvent
@Default public void processEvent(Event event)
Overrides to implement the successful rewind show operation.- Specified by:
processEvent
in interfaceEventListener
- Parameters:
event
- The given event.- See Also:
EventListener.processEvent(Event)
-
-