Package com.biglybt.platform
Class PlatformManagerPluginDelegate
java.lang.Object
com.biglybt.platform.PlatformManagerPluginDelegate
- All Implemented Interfaces:
Plugin
,UpdatableComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkForUpdate
(UpdateChecker checker) int
estimated maximum time to check whether an update is required or not in SECONDSgetName()
Name of the updatable componentvoid
initialize
(PluginInterface pluginInterface) This method is called when the Plugin is loaded by the clientstatic void
load
(PluginInterface plugin_interface) 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
-
Constructor Details
-
PlatformManagerPluginDelegate
public PlatformManagerPluginDelegate()
-
-
Method Details
-
load
-
initialize
Description copied from interface:Plugin
This method is called when the Plugin is loaded by the client- Specified by:
initialize
in interfacePlugin
- Parameters:
pluginInterface
- the interface that the plugin must use to communicate with the client- Throws:
PluginException
-
getName
Description copied from interface:UpdatableComponent
Name of the updatable component- Specified by:
getName
in interfaceUpdatableComponent
- Returns:
-
getMaximumCheckTime
public int getMaximumCheckTime()Description copied from interface:UpdatableComponent
estimated maximum time to check whether an update is required or not in SECONDS- Specified by:
getMaximumCheckTime
in interfaceUpdatableComponent
- Returns:
-
checkForUpdate
- Specified by:
checkForUpdate
in interfaceUpdatableComponent
-