public interface UninstallAction extends Action
Modifier and Type | Method and Description |
---|---|
boolean |
uninstall(UninstallerContext context)
This method is called by the framework to perform the action during uninstallation.
|
boolean uninstall(UninstallerContext context) throws UserCanceledException
context
- the context of the uninstallation.UserCanceledException
- You can let
these exceptions pass through, they will be handled by the framework.