Uses of Interface
com.biglybt.core.download.DownloadManagerPeerListener
Packages that use DownloadManagerPeerListener
Package
Description
-
Uses of DownloadManagerPeerListener in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadManagerPeerListenerModifier and TypeMethodDescriptionvoidDownloadManager.addPeerListener(DownloadManagerPeerListener listener) voidDownloadManager.addPeerListener(DownloadManagerPeerListener listener, boolean bDispatchForExisting) voidDownloadManager.removePeerListener(DownloadManagerPeerListener listener) -
Uses of DownloadManagerPeerListener in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl with type parameters of type DownloadManagerPeerListenerModifier and TypeFieldDescriptionprivate final ListenerManager<DownloadManagerPeerListener> DownloadManagerImpl.peer_listeners(package private) static final ListenerManager<DownloadManagerPeerListener> DownloadManagerImpl.peer_listeners_aggregatorMethods in com.biglybt.core.download.impl with parameters of type DownloadManagerPeerListenerModifier and TypeMethodDescriptionvoidDownloadManagerImpl.addPeerListener(DownloadManagerPeerListener listener) voidDownloadManagerImpl.addPeerListener(DownloadManagerPeerListener listener, boolean bDispatchForExisting) voidDownloadManagerImpl.removePeerListener(DownloadManagerPeerListener listener) -
Uses of DownloadManagerPeerListener in com.biglybt.core.global.impl
Subinterfaces of DownloadManagerPeerListener in com.biglybt.core.global.implModifier and TypeInterfaceDescriptionprivate static interface -
Uses of DownloadManagerPeerListener in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl declared as DownloadManagerPeerListenerModifier and TypeFieldDescriptionprivate final DownloadManagerPeerListenerTagDownloadWithState.peer_listener -
Uses of DownloadManagerPeerListener in com.biglybt.pifimpl.local.disk
Classes in com.biglybt.pifimpl.local.disk that implement DownloadManagerPeerListener -
Uses of DownloadManagerPeerListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement DownloadManagerPeerListenerModifier and TypeClassDescriptionprivate classclassAllPeersViewclassView showing list of peers forDownloadManagerprivate classclassclassPieces List View -
Uses of DownloadManagerPeerListener in com.biglybt.ui.swt.views.clientstats
Classes in com.biglybt.ui.swt.views.clientstats that implement DownloadManagerPeerListenerModifier and TypeClassDescriptionclassThis view needs to be reworked so that the data collection is separate from UI -
Uses of DownloadManagerPeerListener in com.biglybt.ui.swt.views.piece
Classes in com.biglybt.ui.swt.views.piece that implement DownloadManagerPeerListenerFields in com.biglybt.ui.swt.views.piece declared as DownloadManagerPeerListener