Class PlatformManagerPluginDelegate
java.lang.Object
com.biglybt.platform.PlatformManagerPluginDelegate
- All Implemented Interfaces:
Plugin, UpdatableComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckForUpdate(UpdateChecker checker) intestimated maximum time to check whether an update is required or not in SECONDSgetName()Name of the updatable componentvoidinitialize(PluginInterface pluginInterface) This method is called when the Plugin is loaded by the clientstatic voidload(PluginInterface plugin_interface) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Plugin
getInitialProperties
-
Constructor Details
-
PlatformManagerPluginDelegate
public PlatformManagerPluginDelegate()
-
-
Method Details
-
load
-
initialize
Description copied from interface:PluginThis method is called when the Plugin is loaded by the client- Specified by:
initializein interfacePlugin- Parameters:
pluginInterface- the interface that the plugin must use to communicate with the client- Throws:
PluginException
-
getName
Description copied from interface:UpdatableComponentName of the updatable component- Specified by:
getNamein interfaceUpdatableComponent- Returns:
-
getMaximumCheckTime
public int getMaximumCheckTime()Description copied from interface:UpdatableComponentestimated maximum time to check whether an update is required or not in SECONDS- Specified by:
getMaximumCheckTimein interfaceUpdatableComponent- Returns:
-
checkForUpdate
- Specified by:
checkForUpdatein interfaceUpdatableComponent
-