|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
CompilationListener is the base interface for all compilation listeners.
| Method Summary | |
void |
compilationError(CompilationEvent pEvent,
java.lang.Throwable pException)
Called if an error occurred during compilation |
void |
compilationFinished(CompilationEvent pEvent)
Called if compilation finished |
void |
compilationStarted(CompilationEvent pEvent)
Called if compilation started |
void |
fileCopied(CompilationEvent pEvent,
java.lang.String pSource,
java.lang.String pDest)
Called if a file was copied to the target directory |
void |
fileGenerated(CompilationEvent pEvent,
java.lang.String pDest)
Called if a file was generated |
void |
fileSkipped(CompilationEvent pEvent,
java.lang.String pSource)
Called if a file was skipped (e. g. file not found) |
| Method Detail |
public void fileCopied(CompilationEvent pEvent,
java.lang.String pSource,
java.lang.String pDest)
pEvent - The compilation eventpSource - Name of the source filepDest - Name of the destination file
public void fileGenerated(CompilationEvent pEvent,
java.lang.String pDest)
pEvent - The compilation eventpDest - Name of the destination file
public void fileSkipped(CompilationEvent pEvent,
java.lang.String pSource)
pEvent - The compilation eventpSource - Name of the source filepublic void compilationStarted(CompilationEvent pEvent)
pEvent - The compilation eventpublic void compilationFinished(CompilationEvent pEvent)
pEvent - The compilation event
public void compilationError(CompilationEvent pEvent,
java.lang.Throwable pException)
pEvent - The compilation eventpException - The raised exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||