public interface CompileStatusNotification
CompilationStatusListener
.Modifier and Type | Method and Description |
---|---|
void |
finished(boolean aborted,
int errors,
int warnings,
CompileContext compileContext)
Invoked in a Swing dispatch thread after the compilation is finished.
|
void finished(boolean aborted, int errors, int warnings, CompileContext compileContext)
aborted
- true if compilation has been cancelled.errors
- error countwarnings
- warning countcompileContext
- context for the finished compilation