ikayaki
Class Project.ManualMeasure

java.lang.Object
  extended by ikayaki.Project.ManualMeasure
All Implemented Interfaces:
Runnable
Enclosing class:
Project

private class Project.ManualMeasure
extends Object
implements Runnable

Runs a manual measure command and adds a new step to this project with the measurement data. The project's state must be non-IDLE before starting this thread.


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

Constructor Detail

Project.ManualMeasure

private Project.ManualMeasure()
Method Detail

run

public void run()
Specified by:
run in interface Runnable