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.
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 |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SpeakerTest
public SpeakerTest()
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