| |
|
| java.lang.Object org.jfree.report.util.WorkerHandle
WorkerHandle | public class WorkerHandle (Code) | | The worker handle is a control structure which allows control over the worker without
exposing the thread object.
author: Thomas Morgner |
Constructor Summary | |
public | WorkerHandle(Worker worker) Creates a new handle for the given worker. |
Method Summary | |
public void | finish() Finishes the worker. |
WorkerHandle | public WorkerHandle(Worker worker)(Code) | | Creates a new handle for the given worker.
Parameters: worker - the worker. |
finish | public void finish()(Code) | | Finishes the worker.
|
|
|
|