|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessCoordinator
An interface for the class that performs the actual processing that is measured by a progress bar.
Method Summary | |
---|---|
int |
findNumberOfTopLevelTasks()
Find the total number of top-level that need to be performed. |
void |
performProcessing()
Perform actual processing. |
void |
setDoubleProgressBarTaskCoordinator(DoubleProgressBarTaskCoordinator task_coordinator)
Set the coordinator for the progress bar itself. |
Method Detail |
---|
void setDoubleProgressBarTaskCoordinator(DoubleProgressBarTaskCoordinator task_coordinator)
task_coordinator
- The task coordinator.int findNumberOfTopLevelTasks()
void performProcessing() throws java.lang.Exception
java.lang.Exception
- An informative report of any problem that occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |