|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfree.report.util.WorkerHandle
public class WorkerHandle
The worker handle is a control structure which allows control over the worker without exposing the thread object.
| Constructor Summary | |
|---|---|
WorkerHandle(Worker worker)
Creates a new handle for the given worker. |
|
| Method Summary | |
|---|---|
void |
finish()
Finishes the worker. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkerHandle(Worker worker)
worker - the worker.| Method Detail |
|---|
public void finish()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||