Package com.biglybt.update
Class UpdaterUpdateChecker
- java.lang.Object
-
- com.biglybt.update.UpdaterUpdateChecker
-
- All Implemented Interfaces:
Plugin
,UnloadablePlugin
public class UpdaterUpdateChecker extends java.lang.Object implements UnloadablePlugin
-
-
Constructor Summary
Constructors Constructor Description UpdaterUpdateChecker()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getPluginID()
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
-
-
-
-
Method Detail
-
getPluginID
public static java.lang.String getPluginID()
-
initialize
public void initialize(PluginInterface pi)
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
-
unload
public void unload()
- Specified by:
unload
in interfaceUnloadablePlugin
-
-