ikayaki
Class Project.ManualMeasure
java.lang.Object
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.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Project.ManualMeasure
private Project.ManualMeasure()
run
public void run()
- Specified by:
run
in interface Runnable