public interface CompilationStatusListener
extends java.util.EventListener
ProjectTaskListener to be able to support delegated build.| Modifier and Type | Method and Description |
|---|---|
default void |
automakeCompilationFinished(int errors,
int warnings,
CompileContext compileContext) |
default void |
compilationFinished(boolean aborted,
int errors,
int warnings,
CompileContext compileContext)
Invoked in a Swing dispatch thread after the compilation is finished.
|
default void |
fileGenerated(java.lang.String outputRoot,
java.lang.String relativePath) |
default void compilationFinished(boolean aborted,
int errors,
int warnings,
CompileContext compileContext)
aborted - true if compilation has been cancellederrors - error countwarnings - warning countcompileContext - context for the finished compilationdefault void automakeCompilationFinished(int errors,
int warnings,
CompileContext compileContext)
default void fileGenerated(java.lang.String outputRoot,
java.lang.String relativePath)