nidaqdev
Class NIDAQProcess.NICaptureThread

java.lang.Object
  extended by nidaqdev.NIDAQProcess.NICaptureThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
NIDAQProcess

 class NIDAQProcess.NICaptureThread
extends java.lang.Object
implements java.lang.Runnable

New capture thread for JNI operation

Author:
Doug Gillespie

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

Constructor Detail

NIDAQProcess.NICaptureThread

NIDAQProcess.NICaptureThread()
Method Detail

run

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