Class EasySound

java.lang.Object
  extended by EasySound

public class EasySound
extends java.lang.Object


Constructor Summary
EasySound(java.lang.String fileName)
          Constructs an EasySound for a given audio file.
 
Method Summary
 void play()
          Plays this EasySound.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EasySound

public EasySound(java.lang.String fileName)
Constructs an EasySound for a given audio file.

Parameters:
fileName - the name or pathname of the audio clip file.
Method Detail

play

public void play()
Plays this EasySound.