javax.microedition.media
Interface PlayerListener


public interface PlayerListener


Field Summary
static String BUFFERING_STARTED
           
static String BUFFERING_STOPPED
           
static String CLOSED
           
static String DEVICE_AVAILABLE
           
static String DEVICE_UNAVAILABLE
           
static String DURATION_UPDATED
           
static String END_OF_MEDIA
           
static String ERROR
           
static String RECORD_ERROR
           
static String RECORD_STARTED
           
static String RECORD_STOPPED
           
static String SIZE_CHANGED
           
static String STARTED
           
static String STOPPED
           
static String STOPPED_AT_TIME
           
static String VOLUME_CHANGED
           
 
Method Summary
 void playerUpdate(Player arg1, String arg2, Object arg3)
           
 

Field Detail

STARTED

static final String STARTED
See Also:
Constant Field Values

STOPPED

static final String STOPPED
See Also:
Constant Field Values

STOPPED_AT_TIME

static final String STOPPED_AT_TIME
See Also:
Constant Field Values

END_OF_MEDIA

static final String END_OF_MEDIA
See Also:
Constant Field Values

DURATION_UPDATED

static final String DURATION_UPDATED
See Also:
Constant Field Values

DEVICE_UNAVAILABLE

static final String DEVICE_UNAVAILABLE
See Also:
Constant Field Values

DEVICE_AVAILABLE

static final String DEVICE_AVAILABLE
See Also:
Constant Field Values

VOLUME_CHANGED

static final String VOLUME_CHANGED
See Also:
Constant Field Values

SIZE_CHANGED

static final String SIZE_CHANGED
See Also:
Constant Field Values

ERROR

static final String ERROR
See Also:
Constant Field Values

CLOSED

static final String CLOSED
See Also:
Constant Field Values

RECORD_STARTED

static final String RECORD_STARTED
See Also:
Constant Field Values

RECORD_STOPPED

static final String RECORD_STOPPED
See Also:
Constant Field Values

RECORD_ERROR

static final String RECORD_ERROR
See Also:
Constant Field Values

BUFFERING_STARTED

static final String BUFFERING_STARTED
See Also:
Constant Field Values

BUFFERING_STOPPED

static final String BUFFERING_STOPPED
See Also:
Constant Field Values
Method Detail

playerUpdate

void playerUpdate(Player arg1,
                  String arg2,
                  Object arg3)


Copyright © 2006-2007 Jayway AB. All Rights Reserved.