Uses of Interface
com.biglybt.pif.update.UpdateManagerListener
-
Packages that use UpdateManagerListener Package Description com.biglybt.pif.update com.biglybt.pifimpl.local.update com.biglybt.ui.swt.update -
-
Uses of UpdateManagerListener in com.biglybt.pif.update
Methods in com.biglybt.pif.update with parameters of type UpdateManagerListener Modifier and Type Method Description void
UpdateManager. addListener(UpdateManagerListener l)
void
UpdateManager. removeListener(UpdateManagerListener l)
-
Uses of UpdateManagerListener in com.biglybt.pifimpl.local.update
Methods in com.biglybt.pifimpl.local.update with parameters of type UpdateManagerListener Modifier and Type Method Description void
UpdateManagerImpl. addListener(UpdateManagerListener l)
void
UpdateManagerImpl. removeListener(UpdateManagerListener l)
-
Uses of UpdateManagerListener in com.biglybt.ui.swt.update
Fields in com.biglybt.ui.swt.update declared as UpdateManagerListener Modifier and Type Field Description private UpdateManagerListener
UpdateMonitor. updateManagerListener
-