de.jaetzold.util
Class TaskRunnable

java.lang.Object
  |
  +--de.jaetzold.util.TaskRunnable
All Implemented Interfaces:
Runnable

public class TaskRunnable
extends Object
implements Runnable


Field Summary
protected  Task target
           
 
Constructor Summary
TaskRunnable(Task target)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

protected Task target
Constructor Detail

TaskRunnable

public TaskRunnable(Task target)
Method Detail

run

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