示例#1
0
 /** Update the played time of the player */
 public void updatePlayedTime() {
   setInformation("totalTime", getCurrentPlayedTime());
 }