public class ProgressBarInstallerListener extends AbstractProgressInstallerListener
ProgressNotifiers to support progress bar
interaction. To support progress bar interaction, add this installer listener as first listener.| Constructor and Description |
|---|
ProgressBarInstallerListener(InstallData installData,
ProgressNotifiers notifiers)
Constructs a ProgressBarInstallerListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPacks(List<Pack> packs,
ProgressListener listener)
Invoked after packs are installed.
|
getInstallData, getMessage, getProgressNotifierId, getProgressNotifiers, notifyProgress, setProgressNotifierafterDir, afterFile, afterPack, beforeDir, beforeFile, beforePack, beforePacks, beforePacks, initialise, isFileListenerpublic ProgressBarInstallerListener(InstallData installData, ProgressNotifiers notifiers)
installData - the installation datanotifiers - the progress notifierspublic void afterPacks(List<Pack> packs, ProgressListener listener)
afterPacks in interface InstallerListenerafterPacks in class AbstractInstallerListenerpacks - the installed packslistener - the progress listenerCopyright © 2001–2025. All rights reserved.