Package com.install4j.api.events


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).

  • Class
    Description
    Enumeration class that represents all different event types for instances of InstallerEvent.
    The event object that is passed to installer event listeners after an action has been executed.
    The event object that is passed to installer event listeners for the directory creation event.
    The event object that is passed to installer event listeners for download events types.
    A listener that is informed about the progress of a download.
    The event object that is passed to installer event listeners.
    The interface that must be implemented by classes who are interested in installer events.
    The event object that is passed to installer event listeners for single file installation events types.
    The event object that is passed to installer event listeners when the file installation is started.
    The event object that is passed to installer event listeners for the variable change event type.