[izpack-devel] InstallerListener interface change for the next release

Vladimir Ralev vralev at redhat.com
Thu Aug 9 15:06:03 CEST 2007


Hi

I need to pass the AutomatedInstallData info after the initialization of 
the installer. That's why I am thinking about adding
   /**
     * Called when the installer creates the listener instance, immediately
     * after the install data is parsed.
     *
     * @param data
     */
    void afterInstallerInitialization(AutomatedInstallData data) throws 
Exception;

to InstallerListener, but all custom listeners will need to be modified. 
Or is it better to create a new listener type for this method to avoid 
breaking the compatibility?


More information about the izpack-devel mailing list