Uses of Interface
com.biglybt.pif.update.UpdateCheckInstanceListener
Packages that use UpdateCheckInstanceListener
Package
Description
-
Uses of UpdateCheckInstanceListener in com.biglybt.pif.update
Methods in com.biglybt.pif.update with parameters of type UpdateCheckInstanceListenerModifier and TypeMethodDescriptionvoid
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 UpdateCheckInstanceListenerFields in com.biglybt.pifimpl.local.update with type parameters of type UpdateCheckInstanceListenerModifier and TypeFieldDescriptionprivate List
<UpdateCheckInstanceListener> UpdateCheckInstanceImpl.listeners
Methods in com.biglybt.pifimpl.local.update with parameters of type UpdateCheckInstanceListenerModifier and TypeMethodDescriptionvoid
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 UpdateCheckInstanceListenerMethods in com.biglybt.ui.swt.update with parameters of type UpdateCheckInstanceListenerModifier and TypeMethodDescriptionvoid
UpdateMonitor.performCheck
(boolean bForce, boolean automatic, boolean isRecheck, UpdateCheckInstanceListener l) void
UpdateMonitor.performCheck
(boolean bForce, boolean automatic, boolean isRecheck, Map<String, Object> explicitResources, UpdateCheckInstanceListener l) -
Uses of UpdateCheckInstanceListener in com.biglybt.update
Classes in com.biglybt.update that implement UpdateCheckInstanceListener