|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JavadocListener
An interface for responding to events generated by the JavadocModel.
| Method Summary | |
|---|---|
void |
compileBeforeJavadoc(CompilerListener afterCompile)
Called before attempting Javadoc, to give the user a chance to compile. |
void |
javadocEnded(boolean success,
java.io.File destDir,
boolean allDocs)
Called after Javadoc is finished. |
void |
javadocStarted()
Called after Javadoc is started by the GlobalModel. |
void |
saveBeforeJavadoc()
Called to demand that all files be saved before generating Javadoc. |
| Method Detail |
|---|
void saveBeforeJavadoc()
void compileBeforeJavadoc(CompilerListener afterCompile)
void javadocStarted()
void javadocEnded(boolean success,
java.io.File destDir,
boolean allDocs)
success - whether the Javadoc operation generated proper outputdestDir - if (success == true) the location where the output was generated, otherwise undefined (null?)allDocs - Whether we are running over all open documents
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||