org.gudy.azureus2.update
Class UpdaterUpdateChecker

java.lang.Object
  extended by org.gudy.azureus2.update.UpdaterUpdateChecker
All Implemented Interfaces:
Plugin, UnloadablePlugin

public class UpdaterUpdateChecker
extends Object
implements UnloadablePlugin


Constructor Summary
UpdaterUpdateChecker()
           
 
Method Summary
static String getPluginID()
           
 void initialize(PluginInterface pi)
          This method is called when the Plugin is loaded by Azureus
 void unload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdaterUpdateChecker

public UpdaterUpdateChecker()
Method Detail

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