Package tk.baumi.jaraco.JaracoPlayer

Examples of tk.baumi.jaraco.JaracoPlayer.PlaylistChange


      };
      /**
       * The playlist-change sends the current playlist without
       * a specified client.
       */
      playlistChange = new PlaylistChange() {
       
        @Override
        public void getPlaylist(ArrayList<String> playlist) {
          sendPlaylist(playlist, null);
        }
View Full Code Here

TOP

Related Classes of tk.baumi.jaraco.JaracoPlayer.PlaylistChange

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.