tico.interpreter.threads
Class TInterpreterBoardSound

java.lang.Object
  extended by tico.interpreter.threads.TInterpreterBoardSound
All Implemented Interfaces:
java.lang.Runnable

public class TInterpreterBoardSound
extends java.lang.Object
implements java.lang.Runnable

The audio thread for a board sound

Version:
1.0 Dec, 2009
Author:
Carolina Palacio

Constructor Summary
TInterpreterBoardSound(java.lang.String soundFile)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TInterpreterBoardSound

public TInterpreterBoardSound(java.lang.String soundFile)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable