org.openmuc.sunnywebbox
Class ReadoutTask

java.lang.Object
  extended by org.openmuc.sunnywebbox.ReadoutTask
All Implemented Interfaces:
java.lang.Runnable

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


Constructor Summary
ReadoutTask(SunnyWebboxDevice device, java.util.List<ChannelIdentifier> channels, DataReceivedListener callback, java.lang.Object handle)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadoutTask

public ReadoutTask(SunnyWebboxDevice device,
                   java.util.List<ChannelIdentifier> channels,
                   DataReceivedListener callback,
                   java.lang.Object handle)
Method Detail

run

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