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)
}
})
}
標(biāo)簽:
final
playerUpdate
EVENTData
public
上傳時間:
2013-12-18
上傳用戶:1109003457