de.hillenbrand.util
Class AudioUtils

java.lang.Object
  extended by de.hillenbrand.util.AudioUtils

public final class AudioUtils
extends java.lang.Object


Constructor Summary
AudioUtils()
           
 
Method Summary
static void disableSoundCaching()
          Assigns the value of the enableSoundCaching property.
static void enableSoundCaching()
          Assigns the value of the enableSoundCaching property.
static void playSound(java.lang.String filename)
           
static void playSound(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioUtils

public AudioUtils()
Method Detail

disableSoundCaching

public static void disableSoundCaching()
Assigns the value of the enableSoundCaching property.


enableSoundCaching

public static void enableSoundCaching()
Assigns the value of the enableSoundCaching property.


playSound

public static void playSound(java.lang.String filename)

playSound

public static void playSound(java.net.URL url)