|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBuildProgressMonitor
Interface that presents the user with information about the progress of the build
| Method Summary | |
|---|---|
void |
begin()
Start the progress monitor |
void |
finish(boolean wasFullBuild)
Stop the progress monitor |
boolean |
isCancelRequested()
Checks whether the user has chosen to cancel the progress monitor |
void |
setProgress(double percentDone)
Sets the current progress done |
void |
setProgressText(java.lang.String text)
Sets the label describing the current progress phase. |
| Method Detail |
|---|
void begin()
void setProgressText(java.lang.String text)
void finish(boolean wasFullBuild)
wasFullBuild - - true if was a full build, false otherwisevoid setProgress(double percentDone)
percentDone - boolean isCancelRequested()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||