Class FailedPlugin
java.lang.Object
com.biglybt.pifimpl.local.FailedPlugin
- All Implemented Interfaces:
Plugin, UnloadablePlugin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called when the Plugin is loaded by the clientvoidunload()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Plugin
getInitialProperties
-
Field Details
-
plugin_name
-
plugin_dir
-
plugin_interface
-
-
Constructor Details
-
FailedPlugin
public FailedPlugin() -
FailedPlugin
-
-
Method Details
-
initialize
Description copied from interface:PluginThis method is called when the Plugin is loaded by the client- Specified by:
initializein interfacePlugin- Parameters:
pi- the interface that the plugin must use to communicate with the client- Throws:
PluginException
-
unload
public void unload()- Specified by:
unloadin interfaceUnloadablePlugin
-