ikayaki
Class Project.DummyMeasurement
java.lang.Object
ikayaki.Project.DummyMeasurement
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- Project
private class Project.DummyMeasurement
- extends Object
- implements Runnable
A measurement that gives random data for testing purposes. 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.DummyMeasurement
private Project.DummyMeasurement()
run
public void run()
- Specified by:
run
in interface Runnable