|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompilerListener
An interface for responding to events generated by the CompilerModel.
Method Summary | |
---|---|
void |
activeCompilerChanged()
Called after the active compiler has been changed. |
void |
compileAborted(Exception e)
Called if a compilation is aborted. |
void |
compileEnded(File workDir,
List<? extends File> excludedFiles)
Called when a compile has finished running. |
void |
compileStarted()
Called after a compile is started by the GlobalModel. |
void |
saveBeforeCompile()
Called to demand that all open source files be saved before compiling. |
void |
saveUntitled()
Called to demand that the active document, which is untitled, be saved before compiling. |
Method Detail |
---|
void compileStarted()
void compileEnded(File workDir, List<? extends File> excludedFiles)
void compileAborted(Exception e)
void saveBeforeCompile()
void saveUntitled()
void activeCompilerChanged()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |