|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MediaTimerListener
This is a listener to inform events on a MediaTimer object.
| Field Summary | |
|---|---|
static int |
TIMER_START
Indicates a MediaTimer starts. |
static int |
TIMER_STOP
Indicates a MediaTimer stops. |
static int |
TIMER_WENTOFF_FIRST
Indicates a MediaTimer went off since a current media time passes the specified first time in a reverse playback or a skip playback. |
static int |
TIMER_WENTOFF_LAST
Indicates a MediaTimer went off since a current media time passes the specified last time in a normal playback or a skip playback. |
| Method Summary | |
|---|---|
void |
notify(int event,
Player p)
This is a call back method to inform event on a MediaTimer. |
| Field Detail |
|---|
static final int TIMER_START
static final int TIMER_STOP
static final int TIMER_WENTOFF_FIRST
static final int TIMER_WENTOFF_LAST
| Method Detail |
|---|
void notify(int event,
Player p)
event - an event value that happened on a MediaTimer.
One of constants that have TIMER_ prefix.p - a Player that was tied to this MediaTimer
object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||