Package com.biglybt.pif.installer
Interface PluginInstallerListener
public interface PluginInstallerListener
-
Method Summary
Modifier and TypeMethodDescriptionboolean
installRequest
(String reason, InstallablePlugin plugin)
-
Method Details
-
installRequest
- Parameters:
reason
-plugin
-- Returns:
- true if the request can be satisfied
- Throws:
PluginException
-