| java.lang.Object com.izforge.izpack.installer.ProcessPanelWorker
ProcessPanelWorker | public class ProcessPanelWorker implements Runnable(Code) | | This class does alle the work for the process panel.
It responsible for
- parsing the process spec XML file
- performing the actions described therein
author: Tino Schwarze |
Inner Class :interface Processable | |
Method Summary | |
public boolean | getResult() Return the result of the process execution. | public void | run() This is called when the processing thread is activated. | public void | startThread() Start the compilation in a separate thread. |
getResult | public boolean getResult()(Code) | | Return the result of the process execution.
true if all processes succeeded, false otherwise. |
run | public void run()(Code) | | This is called when the processing thread is activated.
Can also be called directly if asynchronous processing is not desired.
|
startThread | public void startThread()(Code) | | Start the compilation in a separate thread.
|
|
|