Interface CompileListener


  • public interface CompileListener
    This interface allows an extension to listen for compile events. The order of occurrence of these method calls for a given compilation is:
         compileStarted()
         compileError()                        # If a compilation error occurs
         compileWarning()                      # If a compilation warning occurs
         compileFailed() or compileSucceeded()