tk.exgerm.mp3player
Class MP3

java.lang.Object
  extended by tk.exgerm.mp3player.MP3

public class MP3
extends Object


Constructor Summary
MP3(String filename)
           
 
Method Summary
 void close()
           
 void play()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MP3

public MP3(String filename)
Method Detail

close

public void close()

play

public void play()

stop

public void stop()