org.jfree.report.util

Class 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

WorkerHandle(Worker worker)
Creates a new handle for the given worker.

Method Summary

void
finish()
Finishes the worker.

Constructor Details

WorkerHandle

public WorkerHandle(Worker worker)
Creates a new handle for the given worker.
Parameters:
worker - the worker.

Method Details

finish

public void finish()
Finishes the worker.