org.apache.cocoon.components.flow.javascript.fom
Interface CompilingClassLoader.SourceListener

Enclosing class:
CompilingClassLoader

public static interface CompilingClassLoader.SourceListener


Method Summary
 void sourceCompilationError(Source src, String error)
           
 void sourceCompiled(Source src)
           
 

Method Detail

sourceCompiled

void sourceCompiled(Source src)

sourceCompilationError

void sourceCompilationError(Source src,
                            String error)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.