public class RecordProcRunner
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
boolean |
isRunning |
RecordProc |
itsRecProc |
Constructor and Description |
---|
RecordProcRunner(RecordProc aRecProc)
Standard constructor for the Runner class
|
Modifier and Type | Method and Description |
---|---|
void |
run()
give time to the tracker
|
public RecordProc itsRecProc
public boolean isRunning
public RecordProcRunner(RecordProc aRecProc)
RH, 2017