org.commonreality.sensors.xml.tasks
Class NoOp

java.lang.Object
  extended by org.commonreality.sensors.xml.tasks.NoOp
All Implemented Interfaces:
java.lang.Runnable

public class NoOp
extends java.lang.Object
implements java.lang.Runnable

Author:
developer

Constructor Summary
NoOp(XMLSensor sensor)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOp

public NoOp(XMLSensor sensor)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
See Also:
Runnable.run()