milionario
Class MusicPlayer

java.lang.Object
  extended by milionario.MusicPlayer

public class MusicPlayer
extends java.lang.Object

Version:
2.0
Author:
Andrea Urbini

Constructor Summary
MusicPlayer()
           
 
Method Summary
 void pause()
           
 void play()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MusicPlayer

public MusicPlayer()
            throws javax.sound.sampled.LineUnavailableException
Throws:
javax.sound.sampled.LineUnavailableException
Method Detail

pause

public void pause()

play

public void play()
          throws java.lang.Exception
Throws:
java.lang.Exception