Package com.biglybt.pif
Interface UnloadablePlugin
-
- All Superinterfaces:
Plugin
- All Known Implementing Classes:
FailedPlugin
,ManagerUtils.UnloadableWebPlugin
,UpdaterUpdateChecker
public interface UnloadablePlugin extends Plugin
- Since:
- 2.1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
unload()
-
Methods inherited from interface com.biglybt.pif.Plugin
getInitialProperties, initialize
-
-
-
-
Method Detail
-
unload
void unload() throws PluginException
- Throws:
PluginException
-
-