|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface via which interested parties can monitor events that occur during compilation.
Method Summary | |
void |
errorGeneratingDescriptor(java.lang.String classname,
java.lang.Throwable t)
Error generating descriptor for specified class. |
void |
errorWritingDescriptor(ClassDescriptor descriptor,
java.lang.Exception e)
Method called when there was an error writing ClassDescriptor object. |
void |
javaClassObjectsLoaded(java.util.Collection classes)
Called to notify the monitor about the list of JavaClass objects loaded from the source files. |
void |
missingSourceFile(java.io.File file)
Method called when a specified source file does not exist. |
void |
postBuildDescriptorsList(java.util.Collection descriptors)
Called to notify Monitor about the set of ClassDescriptors created. |
void |
postCompactDescriptorsList(java.util.Collection descriptors)
Called to notify Monitor about the set of ClassDescriptors after compacting. |
void |
postFilterJavaClassList(java.util.Collection classes)
Called to notify the monitor about the list of JavaClass objects that still remain after filtering. |
Method Detail |
public void errorWritingDescriptor(ClassDescriptor descriptor, java.lang.Exception e)
descriptor
- the ClassDescriptor objecte
- the Exceptionpublic void missingSourceFile(java.io.File file)
file
- the source filepublic void javaClassObjectsLoaded(java.util.Collection classes)
classes
- the list of JavaClass objectspublic void postFilterJavaClassList(java.util.Collection classes)
classes
- the list of JavaClass objectspublic void errorGeneratingDescriptor(java.lang.String classname, java.lang.Throwable t)
classname
- the name of the classt
- the errorpublic void postBuildDescriptorsList(java.util.Collection descriptors)
descriptors
- the ClassDescriptors compiled.public void postCompactDescriptorsList(java.util.Collection descriptors)
descriptors
- the ClassDescriptors post compacting.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |