public class AjBuildNotifier extends BuildNotifier implements IProgressListener
cancelling, fixedErrorCount, FixedErrorCount, fixedWarningCount, FixedWarningCount, monitor, newErrorCount, NewErrorCount, newWarningCount, NewWarningCount, percentComplete, previousSubtask, progressPerCompilationUnit, totalWork, workDone| Constructor and Description |
|---|
AjBuildNotifier(IProgressMonitor monitor,
IProject project) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCancelledRequested() |
void |
setCancelledRequested(boolean cancelRequested) |
void |
setProgress(double percentDone) |
void |
setText(java.lang.String text) |
aboutToCompile, begin, checkCancel, checkCancelWithinCompiler, compiled, done, problemsMessage, resetProblemCounters, setCancelling, setProgressPerCompilationUnit, subTask, updateProblemCounts, updateProblemCounts, updateProgress, updateProgressDeltapublic AjBuildNotifier(IProgressMonitor monitor,
IProject project)
monitor - project - public void setText(java.lang.String text)
setText in interface IProgressListenertext - the current phase of processingpublic void setProgress(double percentDone)
setProgress in interface IProgressListenerpercentDone - how much work is completed so farpublic void setCancelledRequested(boolean cancelRequested)
setCancelledRequested in interface IProgressListenercancelRequested - true if the caller wants the current compilation to stop asappublic boolean isCancelledRequested()
isCancelledRequested in interface IProgressListener