org.openide.compiler
Interface CompilerListener

All Superinterfaces:
EventListener

public interface CompilerListener
extends EventListener

Listener for notification of the progress of compilation, and of compilation errors.


Method Summary
 void compilerError(ErrorEvent ev)
          Notification of an error during compilation.
 void compilerProgress(ProgressEvent ev)
          Notification of the progress of compilation.
 

Method Detail

compilerProgress

public void compilerProgress(ProgressEvent ev)
Notification of the progress of compilation.
Parameters:
ev - event that holds information about the currently compiled object

compilerError

public void compilerError(ErrorEvent ev)
Notification of an error during compilation.
Parameters:
ev - event describing that error


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.