Uses of Interface
com.biglybt.core.download.DownloadManagerTrackerListener
-
Packages that use DownloadManagerTrackerListener Package Description com.biglybt.core.download com.biglybt.core.download.impl com.biglybt.pifimpl.local.download com.biglybt.ui.swt.views.tableitems.mytorrents -
-
Uses of DownloadManagerTrackerListener in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadManagerTrackerListener Modifier and Type Method Description void
DownloadManager. addTrackerListener(DownloadManagerTrackerListener listener)
void
DownloadManager. removeTrackerListener(DownloadManagerTrackerListener listener)
-
Uses of DownloadManagerTrackerListener in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl with type parameters of type DownloadManagerTrackerListener Modifier and Type Field Description (package private) ListenerManager<DownloadManagerTrackerListener>
DownloadManagerImpl. tracker_listeners
Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerTrackerListener Modifier and Type Method Description void
DownloadManagerImpl. addTrackerListener(DownloadManagerTrackerListener listener)
void
DownloadManagerImpl. removeTrackerListener(DownloadManagerTrackerListener listener)
-
Uses of DownloadManagerTrackerListener in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadManagerTrackerListener Modifier and Type Class Description class
DownloadImpl
-
Uses of DownloadManagerTrackerListener in com.biglybt.ui.swt.views.tableitems.mytorrents
Classes in com.biglybt.ui.swt.views.tableitems.mytorrents that implement DownloadManagerTrackerListener Modifier and Type Class Description (package private) class
AbstractTrackerCell
Base cell class for cells listening to the tracker listenerprivate class
PeersItem.Cell
private class
SeedsItem.Cell
private static class
TrackerStatusItem.Cell
-