|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UninstallerListener
Implementations of this class are used to handle customizing uninstallation. The defined methods are called from the destroyer at different, well defined points of uninstallation.
Field Summary | |
---|---|
static int |
AFTER_DELETE
|
static int |
AFTER_DELETION
|
static int |
BEFORE_DELETE
|
static int |
BEFORE_DELETION
|
Method Summary | |
---|---|
void |
afterDelete(java.io.File file,
AbstractUIProgressHandler handler)
This method will be called from the destroyer after the given file was deleted. |
void |
afterDeletion(java.util.List files,
AbstractUIProgressHandler handler)
This method will be called from the destroyer after the given files are deleted. |
void |
beforeDelete(java.io.File file,
AbstractUIProgressHandler handler)
This method will be called from the destroyer before the given file will be deleted. |
void |
beforeDeletion(java.util.List files,
AbstractUIProgressHandler handler)
This method will be called from the destroyer before the given files will be deleted. |
boolean |
isFileListener()
Returns true if this listener would be informed at every delete operation, else false. |
Field Detail |
---|
static final int BEFORE_DELETION
static final int AFTER_DELETION
static final int BEFORE_DELETE
static final int AFTER_DELETE
Method Detail |
---|
void beforeDeletion(java.util.List files, AbstractUIProgressHandler handler) throws java.lang.Exception
files
- all files which should be deletedhandler
- a handler to the current used UIProgressHandler
java.lang.Exception
boolean isFileListener()
void beforeDelete(java.io.File file, AbstractUIProgressHandler handler) throws java.lang.Exception
file
- file which should be deletedhandler
- a handler to the current used UIProgressHandler
java.lang.Exception
void afterDelete(java.io.File file, AbstractUIProgressHandler handler) throws java.lang.Exception
file
- file which was just deletedhandler
- a handler to the current used UIProgressHandler
java.lang.Exception
void afterDeletion(java.util.List files, AbstractUIProgressHandler handler) throws java.lang.Exception
files
- all files which where deletedhandler
- a handler to the current used UIProgressHandler
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |