javax.microedition.media
Interface PlayerListener
public interface PlayerListener
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
playerUpdate
void playerUpdate(Player arg1,
String arg2,
Object arg3)
Copyright © 2006-2007 Jayway AB. All Rights Reserved.