Description: public void playerUpdate(final Player p, final String event, final Object eventData) {
// queue a call to updateEvent in the user interface event queue
Display display = Display.getDisplay(midlet)
display.callSerially(new Runnable() {
public void run() {
DRMPlayer.this.updateEvent(p, event, eventData)
}
})
} Platform: |
Size: 1024 |
Author:123 |
Hits:
Description: this a video midlet that is used to test the video player in the mobile phone -this is a video midlet that is used to test the video player in the mobile phone Platform: |
Size: 1024 |
Author:kaiser |
Hits: