[izpack-devel] Restart computer
Christopher Deckers
chrriis at gmail.com
Sat Mar 31 00:42:41 CEST 2007
Hi again!
In com.izforge.izpack.event.ActionBase, this is what I see:
static
{
installOrders.add(ActionBase.BEFOREPACK);
installOrders.add(ActionBase.AFTERPACK);
installOrders.add(ActionBase.BEFOREPACKS);
installOrders.add(ActionBase.AFTERPACKS);
uninstallOrders.add(ActionBase.BEFOREDELETION);
uninstallOrders.add(ActionBase.AFTERDELETION);
}
Does that explain why my "public void beforeDelete(File file,
AbstractUIProgressHandler abstractUIProgressHandler) throws Exception"
from SimpleUninstallerListener is not called?
(Probably the same problem with afterDelete(xxx) by-the-way)
Cheers,
-Christopher
More information about the izpack-devel
mailing list