org.teatrove.tea.compiler
Interface ErrorListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
TemplateErrorListener
All Known Implementing Classes:
AbstractCompiler.AbstractUnit, CompilationUnit, CompiledTemplate, ConsoleErrorReporter, FileCompiler.FileUnit, FileCompiler.JarredUnit, FileCompiler.Unit, TemplateSourceImpl.ErrorRetriever

public interface ErrorListener
extends EventListener

The listener interface for receiving error events.

Author:
Brian S O'Neill

Method Summary
 void compileError(ErrorEvent e)
           
 

Method Detail

compileError

void compileError(ErrorEvent e)


Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.