|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CompileHandler
Interface for monitoring compilation progress.
This is used byCompilePanel, CompileWorker and
CompilePanelAutomationHelper to display the progress of the compilation. Most of
the functionality, however, is inherited from interface
com.izforge.izpack.util.AbstractUIProgressHandler
AbstractUIProgressHandler| Field Summary |
|---|
| Fields inherited from interface com.izforge.izpack.util.AbstractUIHandler |
|---|
ANSWER_CANCEL, ANSWER_NO, ANSWER_YES, CHOICES_YES_NO, CHOICES_YES_NO_CANCEL |
| Method Summary | |
|---|---|
void |
handleCompileError(CompileResult error)
An error was encountered. |
| Methods inherited from interface com.izforge.izpack.util.AbstractUIProgressHandler |
|---|
nextStep, progress, setSubStepNo, startAction, stopAction |
| Methods inherited from interface com.izforge.izpack.util.AbstractUIHandler |
|---|
askQuestion, askQuestion, emitError, emitErrorAndBlockNext, emitNotification, emitWarning |
| Method Detail |
|---|
void handleCompileError(CompileResult error)
error - the error to handle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||