public abstract class AbstractWorkerThread extends Object implements WorkerThread
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractWorkerThread()
Creates a new instance of this AbstractWorkerThread, called by subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
runTask(Task task)
Runs the given Task.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAlive, isWorkerThread, postTask, startprotected AbstractWorkerThread()
public void runTask(Task task)
WorkerThreadrunTask in interface WorkerThreadWorkerThread.postTask(foxtrot.Task)Copyright © 2002-2011. All Rights Reserved.