|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.drjava.model.compiler.DummyCompilerListener
public class DummyCompilerListener
An interface for responding to events generated by the CompilerModel.
| Constructor Summary | |
|---|---|
DummyCompilerListener()
|
|
| Method Summary | |
|---|---|
void |
activeCompilerChanged()
Called after the active compiler has been changed. |
void |
compileAborted(java.lang.Exception e)
Called if a compilation is aborted. |
void |
compileEnded(java.io.File workDir,
java.util.List<? extends java.io.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DummyCompilerListener()
| Method Detail |
|---|
public void compileStarted()
CompilerListener
compileStarted in interface CompilerListener
public void compileEnded(java.io.File workDir,
java.util.List<? extends java.io.File> excludedFiles)
CompilerListener
compileEnded in interface CompilerListenerpublic void compileAborted(java.lang.Exception e)
CompilerListener
compileAborted in interface CompilerListenerpublic void saveBeforeCompile()
CompilerListener
saveBeforeCompile in interface CompilerListenerpublic void saveUntitled()
CompilerListener
saveUntitled in interface CompilerListenerpublic void activeCompilerChanged()
CompilerListener
activeCompilerChanged in interface CompilerListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||