amip.api.examples.lowlevel
Class ShowNowPlaying

java.lang.Object
  extended by amip.api.examples.lowlevel.ShowNowPlaying

public class ShowNowPlaying
extends java.lang.Object

The most simple example possible, using the raw low-level API contacts with AMIP server running on the localhost port 60333 and displays song name currently playing in your player.


Constructor Summary
ShowNowPlaying()
           
 
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

ShowNowPlaying

public ShowNowPlaying()
Method Detail

main

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