Uses of Interface
com.biglybt.core.history.DownloadHistoryListener
Packages that use DownloadHistoryListener
Package
Description
-
Uses of DownloadHistoryListener in com.biglybt.core.history
Methods in com.biglybt.core.history with parameters of type DownloadHistoryListenerModifier and TypeMethodDescriptionvoid
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 DownloadHistoryListenerModifier and TypeFieldDescriptionprivate final ListenerManager
<DownloadHistoryListener> DownloadHistoryManagerImpl.listeners
Methods in com.biglybt.core.history.impl with parameters of type DownloadHistoryListenerModifier and TypeMethodDescriptionvoid
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