public class WorkerHandle
extends java.lang.Object
| Constructor and Description |
|---|
WorkerHandle(Worker worker)
Creates a new handle for the given worker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
finish()
Finishes the worker.
|
public WorkerHandle(Worker worker)
worker - the worker.