Uses of Interface
com.biglybt.pif.update.UpdatableComponent
-
-
Uses of UpdatableComponent in com.biglybt.pif.update
Methods in com.biglybt.pif.update that return UpdatableComponent Modifier and Type Method Description UpdatableComponent
UpdateChecker. getComponent()
Methods in com.biglybt.pif.update with parameters of type UpdatableComponent Modifier and Type Method Description void
UpdateCheckInstance. addUpdatableComponent(UpdatableComponent component, boolean mandatory)
Add a further updatable component to this instance.void
UpdateManager. registerUpdatableComponent(UpdatableComponent component, boolean mandatory)
All updateable components must register in order to receive update check events -
Uses of UpdatableComponent in com.biglybt.pifimpl.local.update
Fields in com.biglybt.pifimpl.local.update declared as UpdatableComponent Modifier and Type Field Description protected UpdatableComponent
UpdatableComponentImpl. comp
Methods in com.biglybt.pifimpl.local.update that return UpdatableComponent Modifier and Type Method Description protected UpdatableComponent
UpdatableComponentImpl. getComponent()
UpdatableComponent
UpdateCheckerImpl. getComponent()
Methods in com.biglybt.pifimpl.local.update with parameters of type UpdatableComponent Modifier and Type Method Description void
UpdateCheckInstanceImpl. addUpdatableComponent(UpdatableComponent component, boolean mandatory)
void
UpdateManagerImpl. registerUpdatableComponent(UpdatableComponent component, boolean mandatory)
Constructors in com.biglybt.pifimpl.local.update with parameters of type UpdatableComponent Constructor Description UpdatableComponentImpl(UpdatableComponent _comp, boolean _mandatory)
-
Uses of UpdatableComponent in com.biglybt.pifimpl.update
Methods in com.biglybt.pifimpl.update that return UpdatableComponent Modifier and Type Method Description UpdatableComponent
PluginUpdatePlugin. getCustomUpdateableComponent(java.lang.String id, boolean mandatory)
-
Uses of UpdatableComponent in com.biglybt.platform
Classes in com.biglybt.platform that implement UpdatableComponent Modifier and Type Class Description class
PlatformManagerPluginDelegate
-
Uses of UpdatableComponent in com.biglybt.platform.macosx
Classes in com.biglybt.platform.macosx that implement UpdatableComponent Modifier and Type Class Description class
PlatformManagerUpdateChecker
-
Uses of UpdatableComponent in com.biglybt.platform.win32
Classes in com.biglybt.platform.win32 that implement UpdatableComponent Modifier and Type Class Description class
PlatformManagerUpdateChecker
-
Uses of UpdatableComponent in com.biglybt.ui.swt.updater2
Classes in com.biglybt.ui.swt.updater2 that implement UpdatableComponent Modifier and Type Class Description class
SWTUpdateChecker
-
Uses of UpdatableComponent in com.biglybt.update
Classes in com.biglybt.update that implement UpdatableComponent Modifier and Type Class Description class
CorePatchChecker
class
CoreUpdateChecker
-