Uses of Interface
com.biglybt.core.history.DownloadHistoryListener
-
Packages that use DownloadHistoryListener Package Description com.biglybt.core.history com.biglybt.core.history.impl com.biglybt.ui.swt.views.skin -
-
Uses of DownloadHistoryListener in com.biglybt.core.history
Methods in com.biglybt.core.history with parameters of type DownloadHistoryListener Modifier and Type Method Description void
DownloadHistoryManager. addListener(DownloadHistoryListener listener, boolean fire_for_existing)
void
DownloadHistoryManager. removeListener(DownloadHistoryListener listener)
-
Uses of DownloadHistoryListener in com.biglybt.core.history.impl
Fields in com.biglybt.core.history.impl with type parameters of type DownloadHistoryListener Modifier and Type Field Description private ListenerManager<DownloadHistoryListener>
DownloadHistoryManagerImpl. listeners
Methods in com.biglybt.core.history.impl with parameters of type DownloadHistoryListener Modifier and Type Method Description void
DownloadHistoryManagerImpl. addListener(DownloadHistoryListener listener, boolean fire_for_existing)
void
DownloadHistoryManagerImpl. removeListener(DownloadHistoryListener listener)
-
Uses of DownloadHistoryListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement DownloadHistoryListener Modifier and Type Class Description class
SBC_DownloadHistoryView
-