de.jaetzold.util
Class RunnableTask

java.lang.Object
  |
  +--de.jaetzold.util.RunnableTask
All Implemented Interfaces:
Task

public class RunnableTask
extends Object
implements Task


Field Summary
protected  Runnable target
           
 
Constructor Summary
RunnableTask(Runnable target)
           
 
Method Summary
 Event perform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

protected Runnable target
Constructor Detail

RunnableTask

public RunnableTask(Runnable target)
Method Detail

perform

public Event perform()
Specified by:
perform in interface Task