com.izforge.izpack.installer
Interface ProcessPanelWorker.Processable

All Known Implementing Classes:
ProcessPanelWorker.ExecutableClass, ProcessPanelWorker.ExecutableFile, ProcessPanelWorker.ProcessingJob
Enclosing interface:
ProcessPanelWorker

static interface ProcessPanelWorker.Processable


Method Summary
 boolean run(AbstractUIProcessHandler handler, VariableSubstitutor vs)
           
 

Method Detail

run

public boolean run(AbstractUIProcessHandler handler,
                   VariableSubstitutor vs)
Parameters:
handler - The UI handler for user interaction and to send output to.
Returns:
true on success, false if processing should stop