Package | Description |
---|---|
org.jdesktop.application |
Modifier and Type | Class | Description |
---|---|---|
static class |
TaskListener.Adapter<T,V> |
Convenience class that stubs all of the TaskListener interface
methods.
|
Modifier and Type | Method | Description |
---|---|---|
TaskListener<T,V>[] |
Task.getTaskListeners() |
Returns a copy of this Task's
TaskListeners . |
Modifier and Type | Method | Description |
---|---|---|
void |
Task.addTaskListener(TaskListener<T,V> listener) |
Adds a
TaskListener to this Task. |
void |
Task.removeTaskListener(TaskListener<T,V> listener) |
Removes a
TaskListener from this Task. |