Uses of Interface
com.biglybt.pif.update.UpdateCheckInstanceListener
-
Packages that use UpdateCheckInstanceListener Package Description com.biglybt.pif.update com.biglybt.pifimpl.local.update com.biglybt.ui.swt.update com.biglybt.update -
-
Uses of UpdateCheckInstanceListener in com.biglybt.pif.update
Methods in com.biglybt.pif.update with parameters of type UpdateCheckInstanceListener Modifier and Type Method Description void
UpdateCheckInstance. addListener(UpdateCheckInstanceListener l)
void
UpdateCheckInstance. removeListener(UpdateCheckInstanceListener l)
-
Uses of UpdateCheckInstanceListener in com.biglybt.pifimpl.local.update
Classes in com.biglybt.pifimpl.local.update that implement UpdateCheckInstanceListener Modifier and Type Class Description class
UpdateManagerImpl
Fields in com.biglybt.pifimpl.local.update with type parameters of type UpdateCheckInstanceListener Modifier and Type Field Description private java.util.List<UpdateCheckInstanceListener>
UpdateCheckInstanceImpl. listeners
Methods in com.biglybt.pifimpl.local.update with parameters of type UpdateCheckInstanceListener Modifier and Type Method Description void
UpdateCheckInstanceImpl. addListener(UpdateCheckInstanceListener l)
void
UpdateCheckInstanceImpl. removeListener(UpdateCheckInstanceListener l)
-
Uses of UpdateCheckInstanceListener in com.biglybt.ui.swt.update
Classes in com.biglybt.ui.swt.update that implement UpdateCheckInstanceListener Modifier and Type Class Description class
UpdateMonitor
Methods in com.biglybt.ui.swt.update with parameters of type UpdateCheckInstanceListener Modifier and Type Method Description void
UpdateMonitor. performCheck(boolean bForce, boolean automatic, boolean isRecheck, UpdateCheckInstanceListener l)
void
UpdateMonitor. performCheck(boolean bForce, boolean automatic, boolean isRecheck, java.util.Map<java.lang.String,java.lang.Object> explicitResources, UpdateCheckInstanceListener l)
-
Uses of UpdateCheckInstanceListener in com.biglybt.update
Classes in com.biglybt.update that implement UpdateCheckInstanceListener Modifier and Type Class Description class
CorePatchChecker
-