| Package | Description |
|---|---|
| org.brains2b.task |
| Class and Description |
|---|
| Task
Interface defining a Task
Which is a runnable, threadable Object that
returns a result an possible messages generated during
the task
|
| TaskEvent
TaskEvent is fired when a task notifies its Listeners
that it has either made progress or is finished
|
| TaskListener
The Listener interface for TaskEvents
|