public interface InstallationListener
| Modifier and Type | Method and Description |
|---|---|
void |
initialise()
Initializes the listener.
|
boolean |
isFileListener()
Determines if the listener should be notified of every file and directory installation / deletion.
|
void initialise()
IzPackException - for any errorboolean isFileListener()
#beforeFile and #afterFile methods will be invoked for every installed
file, and #beforeDir, and #afterDir invoked for each directory creation.
For UnnstallerListeners:
If true, the #beforeDelete(File) and #afterDelete(File) methods will be invoked for
each file.
Listeners that return true should ensure they don't do any long running operations, to avoid
performance issues.Copyright © 2001–2025. All rights reserved.