ikayaki
Class Project.DummyMeasurement

java.lang.Object
  extended by 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.


Constructor Summary
private Project.DummyMeasurement()
           
 
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.DummyMeasurement

private Project.DummyMeasurement()
Method Detail

run

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