|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.izforge.izpack.event.SimpleInstallerListener
com.izforge.izpack.event.ProgressBarInstallerListener
Installer listener for reset the progress bar and initialize the simple installer listener to support progress bar interaction. To support progress bar interaction add this installer listener as first listener.
Field Summary |
Fields inherited from class com.izforge.izpack.event.SimpleInstallerListener |
doInformProgressBar, LANG_FILE_NAME, langpack |
Fields inherited from interface com.izforge.izpack.event.InstallerListener |
AFTER_DIR, AFTER_FILE, AFTER_PACK, AFTER_PACKS, BEFORE_DIR, BEFORE_FILE, BEFORE_PACK, BEFORE_PACKS |
Constructor Summary | |
ProgressBarInstallerListener()
|
Method Summary | |
void |
afterPacks(AutomatedInstallData idata,
AbstractUIProgressHandler handler)
This method will be called from the unpacker after the installation of all packs was performed. |
Methods inherited from class com.izforge.izpack.event.SimpleInstallerListener |
afterDir, afterFile, afterPack, beforeDir, beforeFile, beforePack, beforePacks, getInstalldata, getMsg, getProgressBarCallerCount, getProgressBarCallerId, getSpecHelper, informProgressBar, isFileListener, setInstalldata, setProgressBarCaller, setSpecHelper |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProgressBarInstallerListener()
Method Detail |
public void afterPacks(AutomatedInstallData idata, AbstractUIProgressHandler handler) throws java.lang.Exception
InstallerListener
afterPacks
in interface InstallerListener
afterPacks
in class SimpleInstallerListener
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |