package bluej.debugmgr; import java.io.File; import bluej.compiler.CompileObserver;top, use, map, interface InvokerCompiler
| An interface for compiling jobs from the Invoker. | | @author Davin McCall | public interface InvokerCompiler { void compile(File [] files, CompileObserver observer); }