public interface InstallerWizardPanel
Modifier and Type | Method and Description |
---|---|
void |
addCancellableTask(CancellableTask task) |
List<CancellableTask> |
getCancellableTasks() |
InstallerWizardActionListener |
getWizardActionListener() |
boolean |
needsToRestartApplicationAfterFinish()
Tells whether this install wizard needs to restart
the app after install process has finished
|
void |
setWizardActionListener(InstallerWizardActionListener wizardActionListener) |
void setWizardActionListener(InstallerWizardActionListener wizardActionListener)
wizardActionListener
- sets the listener for the action events.InstallerWizardActionListener getWizardActionListener()
List<CancellableTask> getCancellableTasks()
void addCancellableTask(CancellableTask task)
boolean needsToRestartApplicationAfterFinish()