Пример #1
0
 /** Called when the user clicks "play next". Has a default implementation */
 protected void playNext() {
   MusicUtils.playNext(getIdList(), getSourceId(), getSourceType());
 }