Package com.biglybt.pif.installer
Interface PluginInstallerListener
-
public interface PluginInstallerListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
installRequest(java.lang.String reason, InstallablePlugin plugin)
-
-
-
Method Detail
-
installRequest
boolean installRequest(java.lang.String reason, InstallablePlugin plugin) throws PluginException
- Parameters:
reason
-plugin
-- Returns:
- true if the request can be satisfied
- Throws:
PluginException
-
-