Interface for monitoring compilation progress.
This is used by CompilePanel, CompileWorker and
CompilePanelAutomationHelper to display the progress of the compilation. Most of
the functionality, however, is inherited from interface
com.izforge.izpack.util.AbstractUIProgressHandler
author: Tino Schwarze See Also:com.izforge.izpack.util.AbstractUIProgressHandler
Method Summary
public void
handleCompileError(CompileResult error) An error was encountered.
This method should notify the user of the error and request a choice whether to continue,
abort or reconfigure.
An error was encountered.
This method should notify the user of the error and request a choice whether to continue,
abort or reconfigure. It should alter the error accordingly.
Although a CompileResult is passed in, the method is only called if something failed.
Parameters: error - the error to handle