|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatusChangedListener
Listens for StreamPlayer
status changes.
Method Summary | |
---|---|
void |
statusChanged(byte oldStatus,
byte newStatus)
The status of the StreamPlayer changed. |
Method Detail |
---|
void statusChanged(byte oldStatus, byte newStatus)
The status is one of the StreamSuperClass.STATUS_...
codes.
oldStatus
- the status the StreamPlayer is moving away from.newStatus
- the new status of the StreamPlayer.StreamSuperClass.STATUS_UNINITIALIZED
,
StreamSuperClass.STATUS_INITIALIZING
,
StreamSuperClass.STATUS_READY
,
StreamPlayer.STATUS_PLAY_INITIALIZING
,
StreamPlayer.STATUS_PLAYING
,
StreamSuperClass.STATUS_CLOSED
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |