amip.api.examples.highlevel
Class GetPlaylistAsync

java.lang.Object
  extended by amip.api.examples.highlevel.GetPlaylistAsync

public class GetPlaylistAsync
extends java.lang.Object

Illustrates the async way to get the playlist. Every time playlist changes in the player it will be automatically printed into console until Ctrl+C is pressed.


Constructor Summary
GetPlaylistAsync()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPlaylistAsync

public GetPlaylistAsync()
Method Detail

main

public static void main(java.lang.String[] args)