Class SeekButtonController.SeekOffsetHandler
- java.lang.Object
-
- com.brightcove.player.mediacontroller.buttons.SeekButtonController.SeekOffsetHandler
-
- All Implemented Interfaces:
EventListener
- Enclosing class:
- SeekButtonController
protected class SeekButtonController.SeekOffsetHandler extends java.lang.Object implements EventListener
Provides a handler for calculating the seekDefault offset based on the length of the video and the seekPercentage
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SeekOffsetHandler()
-
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
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)
-
-