Package org.jfree.report.util
Class WorkerHandle
- java.lang.Object
-
- org.jfree.report.util.WorkerHandle
-
public class WorkerHandle extends java.lang.Object
The worker handle is a control structure which allows control over the worker without exposing the thread object.- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description WorkerHandle(Worker worker)
Creates a new handle for the given worker.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finish()
Finishes the worker.
-
-
-
Constructor Detail
-
WorkerHandle
public WorkerHandle(Worker worker)
Creates a new handle for the given worker.- Parameters:
worker
- the worker.
-
-