public interface IProgressListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCancelledRequested() |
void |
setCancelledRequested(boolean cancelRequested) |
void |
setProgress(double percentDone) |
void |
setText(java.lang.String text) |
void setText(java.lang.String text)
text - the current phase of processingvoid setProgress(double percentDone)
percentDone - how much work is completed so farvoid setCancelledRequested(boolean cancelRequested)
cancelRequested - true if the caller wants the current compilation to stop asapboolean isCancelledRequested()