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