Class UpdaterUpdateChecker

java.lang.Object
com.biglybt.update.UpdaterUpdateChecker
All Implemented Interfaces:
Plugin, UnloadablePlugin

public class UpdaterUpdateChecker extends Object implements UnloadablePlugin
  • Constructor Details

    • UpdaterUpdateChecker

      public UpdaterUpdateChecker()
  • Method Details

    • 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 the client
      Specified by:
      initialize in interface Plugin
      Parameters:
      pi - the interface that the plugin must use to communicate with the client
    • unload

      public void unload()
      Specified by:
      unload in interface UnloadablePlugin