|
|||||||||
| 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.NativeInstallerListener
public class NativeInstallerListener
This class implements some methods which are needed by installer custom actions with native parts.
| 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 | |
|---|---|
NativeInstallerListener()
Default constructor |
|
NativeInstallerListener(boolean useSpecHelper)
Constructs a native installer listener. |
|
| Method Summary | |
|---|---|
void |
beforePacks(AutomatedInstallData idata,
java.lang.Integer npacks,
AbstractUIProgressHandler handler)
This method will be called from the unpacker before the installation of all packs will be performed. |
| Methods inherited from class com.izforge.izpack.event.SimpleInstallerListener |
|---|
afterDir, afterFile, afterInstallerInitialization, afterPack, afterPacks, beforeDir, beforeFile, beforePack, 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 NativeInstallerListener()
public NativeInstallerListener(boolean useSpecHelper)
useSpecHelper - | Method Detail |
|---|
public void beforePacks(AutomatedInstallData idata,
java.lang.Integer npacks,
AbstractUIProgressHandler handler)
throws java.lang.Exception
InstallerListener
beforePacks in interface InstallerListenerbeforePacks in class SimpleInstallerListeneridata - object containing the current installation datanpacks - number of packs which are defined for this installationhandler - a handler to the current used UIProgressHandler
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||