| java.lang.Object org.databene.task.TaskRunnable
TaskRunnable | public class TaskRunnable implements Runnable(Code) | | Thread implementation that executes a Task.
Created: 16.07.2007 20:14:52
author: Volker Bergmann |
Method Summary | |
public void | run() |
TaskRunnable | public TaskRunnable(Task target, Context context)(Code) | | Initializes a TaskThread. If the context is null,
the target task's init() and destroy() methods will not be called.
Parameters: target - Parameters: context - |
|
|