com.valhalla.jbother.sound
Class SoundPlayer

java.lang.Object
  extended bycom.valhalla.jbother.sound.SoundPlayer

public class SoundPlayer
extends java.lang.Object

Plays sounds with different methods. Available methods are: with Java Sound System, a system command, or a pc speaker beep

Version:
1.0
Author:
Adam Olsen

Method Summary
protected  void nullIt()
          Set the "running" state to false
static void play(java.lang.String settingName)
          Plays a sound using the method in the settings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

play

public static void play(java.lang.String settingName)
Plays a sound using the method in the settings

Parameters:
settingName - the setting name to play

nullIt

protected void nullIt()
Set the "running" state to false