JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
im.ene.lab.toro.player.widget
Interface PlayerControlCallback
public interface
PlayerControlCallback
Callback for handling the play or pause of a player control.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
onPause
()
Respond when the player has just been paused.
void
onPlay
()
Respond when the player just started playing.
Method Detail
onPause
void onPause()
Respond when the player has just been paused.
onPlay
void onPlay()
Respond when the player just started playing.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method