| Interface | Description |
|---|---|
| CompilerListener |
Implementations of this class are used to add extensions to the packs at compilation.
|
| InstallerListener |
Implementations of this class are used to handle customizing installation.
|
| UninstallerListener |
Implementations of this class are used to handle customizing uninstallation.
|
| Class | Description |
|---|---|
| ActionBase |
Base class for action classes like AntAction.
|
| AntAction |
This class contains data and 'perform' logic for ant action listeners.
|
| AntActionInstallerListener |
Installer listener for performing ANT actions.
|
| AntActionUninstallerListener |
Uninstaller listener for performing ANT actions at uninstall time.
|
| NativeInstallerListener |
This class implements some methods which are needed by installer custom actions with native
parts.
|
| NativeUninstallerListener |
This class implements some methods which are needed by installer custom actions with native
parts.
|
| ProgressBarInstallerListener |
Installer listener for reset the progress bar and initialize the simple installer listener to
support progress bar interaction.
|
| RegistryInstallerListener |
Installer custom action for handling registry entries on Windows.
|
| RegistryUninstallerListener |
Uninstaller custom action for handling registry entries.
|
| SimpleCompilerListener |
This class implements all methods of interface CompilerListener, but do not do anything else.
|
| SimpleInstallerListener |
This class implements all methods of interface InstallerListener, but do not do anything.
|
| SimpleUninstallerListener |
This class implements all methods of interface UninstallerListener, but do not do enything.
|
| SummaryLoggerInstallerListener |
Installer listener which writes the summary of all panels into the logfile which is defined by
info.summarylogfilepath.
|