Package com.install4j.api.events
This package contains classes that allow you to listen for events generated by the installer.
See the API overview for general remarks on how to use the install4j API.
All messages that are written to the installer log are also fired as events. Events include performing actions, displaying screens, installing files as well as application life-cycle events of the installer or uninstaller.
You can register InstallerEventListener
objects in the context (base class
Context
).
-
Interface Summary Interface Description InstallerDownloadEvent.DownloadProgressListener A listener that is informed about the progress of a download.InstallerEventListener The interface that must be implemented by classes who are interested in installer events. -
Class Summary Class Description InstallerActionEvent The event object that is passed to installer event listeners after an action has been executed.InstallerDirectoryEvent The event object that is passed to installer event listeners for the directory creation event.InstallerDownloadEvent The event object that is passed to installer event listeners for download events types.InstallerEvent The event object that is passed to installer event listeners.InstallerFileEvent The event object that is passed to installer event listeners for single file installation events types.InstallerFileInstallationEvent The event object that is passed to installer event listeners when the file installation is started.InstallerVariableEvent The event object that is passed to installer event listeners for the variable change event type. -
Enum Summary Enum Description EventType Enumeration class that represents all different event types for instances ofInstallerEvent
.