Uses of Interface
com.biglybt.pif.download.DownloadEventNotifier
-
Packages that use DownloadEventNotifier Package Description com.biglybt.core.lws com.biglybt.pif.download com.biglybt.pifimpl.local.download com.biglybt.pifimpl.remote.download -
-
Uses of DownloadEventNotifier in com.biglybt.core.lws
Classes in com.biglybt.core.lws that implement DownloadEventNotifier Modifier and Type Class Description class
LWSDownload
-
Uses of DownloadEventNotifier in com.biglybt.pif.download
Subinterfaces of DownloadEventNotifier in com.biglybt.pif.download Modifier and Type Interface Description interface
Download
Management of a Torrent's activity.Methods in com.biglybt.pif.download that return DownloadEventNotifier Modifier and Type Method Description DownloadEventNotifier
DownloadManager. getGlobalDownloadEventNotifier()
Return aDownloadEventNotifier
object which can be used as an easy way to register listeners against all downloads handled by the client. -
Uses of DownloadEventNotifier in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadEventNotifier Modifier and Type Class Description class
DownloadEventNotifierImpl
This is an implementation of DownloadEventNotifier to be simplify life for plugins if they want to register event listeners across all downloads managed by the client.class
DownloadImpl
Methods in com.biglybt.pifimpl.local.download that return DownloadEventNotifier Modifier and Type Method Description DownloadEventNotifier
DownloadManagerImpl. getGlobalDownloadEventNotifier()
-
Uses of DownloadEventNotifier in com.biglybt.pifimpl.remote.download
Classes in com.biglybt.pifimpl.remote.download that implement DownloadEventNotifier Modifier and Type Class Description class
RPDownload
Methods in com.biglybt.pifimpl.remote.download that return DownloadEventNotifier Modifier and Type Method Description DownloadEventNotifier
RPDownloadManager. getGlobalDownloadEventNotifier()
-