com.izforge.izpack.event
Class ProgressBarInstallerListener

java.lang.Object
  extended bycom.izforge.izpack.event.SimpleInstallerListener
      extended bycom.izforge.izpack.event.ProgressBarInstallerListener
All Implemented Interfaces:
InstallerListener

public class ProgressBarInstallerListener
extends SimpleInstallerListener

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.

Author:
Klaus Bartz

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

ProgressBarInstallerListener

public ProgressBarInstallerListener()
Method Detail

afterPacks

public void afterPacks(AutomatedInstallData idata,
                       AbstractUIProgressHandler handler)
                throws java.lang.Exception
Description copied from interface: InstallerListener
This method will be called from the unpacker after the installation of all packs was performed.

Specified by:
afterPacks in interface InstallerListener
Overrides:
afterPacks in class SimpleInstallerListener
Throws:
java.lang.Exception