cnrg.itx.datax.devices
Class SpeakerTest

java.lang.Object
  |
  +--cnrg.itx.datax.devices.SpeakerTest

public class SpeakerTest
extends java.lang.Object
implements java.util.Observer

Class to excersize the Speaker Destination code.

Run with 1 argument: wav file.


Constructor Summary
SpeakerTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void update(java.util.Observable o, java.lang.Object arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeakerTest

public SpeakerTest()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception

update

public void update(java.util.Observable o,
                   java.lang.Object arg)
Specified by:
update in interface java.util.Observer