See: Description
Interface | Description |
---|---|
Progress |
A Generic way of keeping track of Threads and monitoring their progress.
|
WorkListener |
Implement WorkListener and call myClassObj.addProgressListener() to receive
WorkEvents when ever we make progress.
|
Class | Description |
---|---|
Job |
A Generic method of keeping track of Threads and monitoring their progress.
|
JobManager |
JobManager is responsible for creating jobs and informing listeners about the
progress they make to completion.
|
WorkEvent |
A WorkEvent happens whenever a task makes some progress in doing measurable
work.
|
Enum | Description |
---|---|
ProgressMode |
Progress can be one of several modes, which correspond to the
Progress.beginJob() calls. |