org.gudy.azureus2.update
Class UpdaterUpdateChecker
java.lang.Object
org.gudy.azureus2.update.UpdaterUpdateChecker
- All Implemented Interfaces:
- Plugin, UnloadablePlugin
public class UpdaterUpdateChecker
- extends Object
- implements UnloadablePlugin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdaterUpdateChecker
public UpdaterUpdateChecker()
getPluginID
public static String getPluginID()
initialize
public void initialize(PluginInterface pi)
- Description copied from interface:
Plugin
- This method is called when the Plugin is loaded by Azureus
- Specified by:
initialize
in interface Plugin
- Parameters:
pi
- the interface that the plugin must use to communicate with Azureus
unload
public void unload()
- Specified by:
unload
in interface UnloadablePlugin