simulatedAcquisition
Class SimProcess.GenerationThread

java.lang.Object
  extended by simulatedAcquisition.SimProcess.GenerationThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SimProcess

 class SimProcess.GenerationThread
extends java.lang.Object
implements java.lang.Runnable

Generates data as fast as it can. If we want to slow it down, then it's necessary to add a sound playback module or something.

Author:
Doug

Constructor Summary
SimProcess.GenerationThread()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimProcess.GenerationThread

SimProcess.GenerationThread()
Method Detail

run

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