Uses of Interface
com.biglybt.pif.update.UpdateChecker
-
-
Uses of UpdateChecker in com.biglybt.pif.update
Methods in com.biglybt.pif.update that return UpdateChecker Modifier and Type Method Description UpdateChecker[]
UpdateCheckInstance. getCheckers()
Methods in com.biglybt.pif.update with parameters of type UpdateChecker Modifier and Type Method Description void
UpdateCheckerListener. cancelled(UpdateChecker checker)
Called when the checking process has been cancelledvoid
UpdatableComponent. checkForUpdate(UpdateChecker checker)
void
UpdateCheckerListener. completed(UpdateChecker checker)
Called when the checking process has completed successfullyvoid
UpdateCheckerListener. failed(UpdateChecker checker)
Called when the checking process failed -
Uses of UpdateChecker in com.biglybt.pifimpl.local.update
Classes in com.biglybt.pifimpl.local.update that implement UpdateChecker Modifier and Type Class Description class
UpdateCheckerImpl
Methods in com.biglybt.pifimpl.local.update that return UpdateChecker Modifier and Type Method Description UpdateChecker[]
UpdateCheckInstanceImpl. getCheckers()
-
Uses of UpdateChecker in com.biglybt.pifimpl.update
Methods in com.biglybt.pifimpl.update with parameters of type UpdateChecker Modifier and Type Method Description Update
PluginUpdatePlugin. addUpdate(PluginInterface pi_for_update, UpdateChecker checker, java.lang.String update_name, java.lang.String[] update_details, java.lang.String old_version, java.lang.String new_version, ResourceDownloader resource_downloader, boolean is_jar, int restart_type, boolean verify)
protected int
PluginUpdatePlugin. checkForUpdateSupport(UpdateChecker checker, java.lang.String[] ids_to_check, boolean mandatory)
protected void
PluginUpdatePlugin. installUpdate(UpdateChecker checker, Update update, PluginInterface plugin, boolean unloadable, boolean is_jar, java.lang.String old_version, java.lang.String new_version, java.io.InputStream data, boolean verify)
-
Uses of UpdateChecker in com.biglybt.platform
Methods in com.biglybt.platform with parameters of type UpdateChecker Modifier and Type Method Description void
PlatformManagerPluginDelegate. checkForUpdate(UpdateChecker checker)
-
Uses of UpdateChecker in com.biglybt.platform.macosx
Methods in com.biglybt.platform.macosx with parameters of type UpdateChecker Modifier and Type Method Description void
PlatformManagerUpdateChecker. checkForUpdate(UpdateChecker checker)
protected void
PlatformManagerUpdateChecker. installUpdate(UpdateChecker checker, Update update, ResourceDownloader rd, java.io.InputStream data)
-
Uses of UpdateChecker in com.biglybt.platform.win32
Methods in com.biglybt.platform.win32 with parameters of type UpdateChecker Modifier and Type Method Description void
PlatformManagerUpdateChecker. checkForUpdate(UpdateChecker checker)
protected void
PlatformManagerUpdateChecker. installUpdate(UpdateChecker checker, Update update, ResourceDownloader rd, java.io.InputStream data)
-
Uses of UpdateChecker in com.biglybt.ui.swt.update
Methods in com.biglybt.ui.swt.update with parameters of type UpdateChecker Modifier and Type Method Description private java.lang.String
UpdateMonitor. format(UpdateChecker checker, java.lang.String str)
-
Uses of UpdateChecker in com.biglybt.ui.swt.updater2
Fields in com.biglybt.ui.swt.updater2 declared as UpdateChecker Modifier and Type Field Description private UpdateChecker
SWTVersionGetter. checker
Methods in com.biglybt.ui.swt.updater2 with parameters of type UpdateChecker Modifier and Type Method Description void
SWTUpdateChecker. checkForUpdate(UpdateChecker checker)
private boolean
SWTUpdateChecker. processData(UpdateChecker checker, Update update, ResourceDownloader rd, java.io.InputStream data)
Constructors in com.biglybt.ui.swt.updater2 with parameters of type UpdateChecker Constructor Description SWTVersionGetter(UpdateChecker _checker)
-
Uses of UpdateChecker in com.biglybt.update
Methods in com.biglybt.update with parameters of type UpdateChecker Modifier and Type Method Description void
CorePatchChecker. checkForUpdate(UpdateChecker checker)
void
CoreUpdateChecker. checkForUpdate(UpdateChecker checker)
protected void
CoreUpdateChecker. handleZIPUpdate(UpdateChecker checker, java.io.InputStream data)
protected void
CoreUpdateChecker. installUpdate(UpdateChecker checker, Update update, ResourceDownloader rd, java.lang.String filename, java.lang.String version, java.io.InputStream data)
-