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 TypeMethodDescriptionvoidDownloadHistoryManager.addListener(DownloadHistoryListener listener, boolean fire_for_existing) voidDownloadHistoryManager.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.listenersMethods in com.biglybt.core.history.impl with parameters of type DownloadHistoryListenerModifier and TypeMethodDescriptionvoidDownloadHistoryManagerImpl.addListener(DownloadHistoryListener listener, boolean fire_for_existing) voidDownloadHistoryManagerImpl.removeListener(DownloadHistoryListener listener) -
Uses of DownloadHistoryListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement DownloadHistoryListener