Package com.biglybt.pif.update
Interface UpdatableComponent
-
- All Known Implementing Classes:
CorePatchChecker
,CoreUpdateChecker
,PlatformManagerPluginDelegate
,PlatformManagerUpdateChecker
,PlatformManagerUpdateChecker
,SWTUpdateChecker
public interface UpdatableComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checkForUpdate(UpdateChecker checker)
int
getMaximumCheckTime()
estimated maximum time to check whether an update is required or not in SECONDSjava.lang.String
getName()
Name of the updatable component
-
-
-
Method Detail
-
getName
java.lang.String getName()
Name of the updatable component- Returns:
-
getMaximumCheckTime
int getMaximumCheckTime()
estimated maximum time to check whether an update is required or not in SECONDS- Returns:
-
checkForUpdate
void checkForUpdate(UpdateChecker checker)
-
-