Package | Description |
---|---|
org.openide.util |
A set of
utility classes
covering a few general infrastructure points in the Open APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestProcessor.Task
The task describing the request sent to the processor.
|
Modifier and Type | Field and Description |
---|---|
static Task |
Task.EMPTY
Dummy task which is already finished.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskListener.taskFinished(Task task)
Called when a task finishes running.
|