| Interface | Description |
|---|---|
| Task |
Interface defining a Task
Which is a runnable, threadable Object that
returns a result an possible messages generated during
the task
|
| TaskListener |
The Listener interface for TaskEvents
|
| Class | Description |
|---|---|
| DefaultTask |
Implementing a Task as default Task
Extra is the possibility to send an Event for use in
progress bars and the like
|
| TaskEvent |
TaskEvent is fired when a task notifies its Listeners
that it has either made progress or is finished
|