|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.biffle.cliff.pearl2.handlers.ConsoleProgressHandler
Displays progress indicator on the console.
| Constructor Summary | |
ConsoleProgressHandler()
|
|
| Method Summary | |
void |
showProgress(int current,
int total)
Called when progress occurs on the current task. |
void |
startProgress(java.lang.String title)
Called when a new task begins. |
void |
stopProgress()
Called when a task completes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConsoleProgressHandler()
| Method Detail |
public void startProgress(java.lang.String title)
startProgress in interface ProgressHandler
public void showProgress(int current,
int total)
showProgress in interface ProgressHandlerpublic void stopProgress()
stopProgress in interface ProgressHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||