Package org.codehaus.groovy.control
Class CompilationUnit.ProgressCallback
- java.lang.Object
- 
- org.codehaus.groovy.control.CompilationUnit.ProgressCallback
 
- 
- Enclosing class:
- CompilationUnit
 
 public abstract static class CompilationUnit.ProgressCallback extends java.lang.ObjectA callback interface you can use to get a callback after every unit of the compile process. You will be called-back with a ProcessingUnit and a phase indicator. Use setProgressCallback() before running compile() to set your callback.
- 
- 
Constructor SummaryConstructors Constructor Description ProgressCallback()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidcall(ProcessingUnit context, int phase)
 
- 
- 
- 
Method Detail- 
callpublic abstract void call(ProcessingUnit context, int phase) throws CompilationFailedException - Throws:
- CompilationFailedException
 
 
- 
 
-