Package com.biglybt.pifimpl.local
Class FailedPlugin
- java.lang.Object
-
- com.biglybt.pifimpl.local.FailedPlugin
-
- All Implemented Interfaces:
Plugin
,UnloadablePlugin
public class FailedPlugin extends java.lang.Object implements UnloadablePlugin
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
plugin_dir
protected PluginInterfaceImpl
plugin_interface
protected java.lang.String
plugin_name
-
Constructor Summary
Constructors Constructor Description FailedPlugin()
FailedPlugin(java.lang.String _name, java.lang.String _target_dir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize(PluginInterface pi)
This method is called when the Plugin is loaded by the clientvoid
unload()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.biglybt.pif.Plugin
getInitialProperties
-
-
-
-
Field Detail
-
plugin_name
protected java.lang.String plugin_name
-
plugin_dir
protected java.lang.String plugin_dir
-
plugin_interface
protected PluginInterfaceImpl plugin_interface
-
-
Method Detail
-
initialize
public void initialize(PluginInterface pi) throws PluginException
Description copied from interface:Plugin
This method is called when the Plugin is loaded by the client- Specified by:
initialize
in interfacePlugin
- Parameters:
pi
- the interface that the plugin must use to communicate with the client- Throws:
PluginException
-
unload
public void unload()
- Specified by:
unload
in interfaceUnloadablePlugin
-
-