Class SeekButtonController.SeekHandler
java.lang.Object
com.brightcove.player.mediacontroller.buttons.SeekButtonController.SeekHandler
- All Implemented Interfaces:
EventListener
- Enclosing class:
- SeekButtonController
Provides a handler for dealing with a rewind operation, before the fact.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processEvent
(Event event) Overrides to implement the seek operation.
-
Constructor Details
-
SeekHandler
protected SeekHandler()
-
-
Method Details
-
processEvent
Overrides to implement the seek operation.- Specified by:
processEvent
in interfaceEventListener
- Parameters:
event
- The given event.- See Also:
-