public class AjdeCoreBuildNotifierAdapter extends java.lang.Object implements IProgressListener
| Constructor and Description |
|---|
AjdeCoreBuildNotifierAdapter(IBuildProgressMonitor progressMonitor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCancelledRequested() |
void |
setCancelledRequested(boolean cancelRequested) |
void |
setProgress(double percentDone) |
void |
setText(java.lang.String text) |
public AjdeCoreBuildNotifierAdapter(IBuildProgressMonitor progressMonitor)
public void setProgress(double percentDone)
setProgress in interface IProgressListenerpercentDone - how much work is completed so farpublic void setText(java.lang.String text)
setText in interface IProgressListenertext - the current phase of processingpublic boolean isCancelledRequested()
isCancelledRequested in interface IProgressListenerpublic void setCancelledRequested(boolean cancelRequested)
setCancelledRequested in interface IProgressListenercancelRequested - true if the caller wants the current compilation to stop asap