Uses of Interface
com.biglybt.core.torrentdownloader.TorrentDownloaderCallBackInterface
Packages that use TorrentDownloaderCallBackInterface
Package
Description
-
Uses of TorrentDownloaderCallBackInterface in com.biglybt.core.torrentdownloader
Methods in com.biglybt.core.torrentdownloader with parameters of type TorrentDownloaderCallBackInterfaceModifier and TypeMethodDescriptionstatic TorrentDownloader
TorrentDownloaderFactory.create
(TorrentDownloaderCallBackInterface callback, String url, String referrer, Map request_properties, String fileordir) creates and initializes a TorrentDownloader object with the specified parameters.Constructors in com.biglybt.core.torrentdownloader with parameters of type TorrentDownloaderCallBackInterfaceModifierConstructorDescriptionprivate
TorrentDownloadRetrier
(TorrentDownloaderCallBackInterface _callback, String _url, String _referrer, Map _request_properties, String _fileordir) -
Uses of TorrentDownloaderCallBackInterface in com.biglybt.core.torrentdownloader.impl
Classes in com.biglybt.core.torrentdownloader.impl that implement TorrentDownloaderCallBackInterfaceFields in com.biglybt.core.torrentdownloader.impl declared as TorrentDownloaderCallBackInterfaceMethods in com.biglybt.core.torrentdownloader.impl with parameters of type TorrentDownloaderCallBackInterface -
Uses of TorrentDownloaderCallBackInterface in com.biglybt.ui.swt
Classes in com.biglybt.ui.swt that implement TorrentDownloaderCallBackInterfaceFields in com.biglybt.ui.swt declared as TorrentDownloaderCallBackInterfaceModifier and TypeFieldDescription(package private) TorrentDownloaderCallBackInterface
FileDownloadWindow.listener
Constructors in com.biglybt.ui.swt with parameters of type TorrentDownloaderCallBackInterfaceModifierConstructorDescriptionFileDownloadWindow
(org.eclipse.swt.widgets.Shell parent, String url, String referrer, Map request_properties, TorrentOpenOptions torrentOptions, TorrentDownloaderCallBackInterface listener) Create a file download window.private
FileDownloadWindow
(org.eclipse.swt.widgets.Shell parent, String url, String referrer, Map request_properties, TorrentOpenOptions torrentOptions, TorrentDownloaderCallBackInterface listener, Runnable callOnError) -
Uses of TorrentDownloaderCallBackInterface in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow with parameters of type TorrentDownloaderCallBackInterfaceModifier and TypeMethodDescriptionstatic void
TorrentOpener.openTorrentsFromStrings
(TorrentOpenOptions optionsToClone, org.eclipse.swt.widgets.Shell parent, String pathPrefix, String[] torrents, String referrer, TorrentDownloaderCallBackInterface listener, boolean forceTorrentOptionsWindow) Adds torrents that are listed in torrents array. -
Uses of TorrentDownloaderCallBackInterface in com.biglybt.ui.swt.shells.opentorrent
Classes in com.biglybt.ui.swt.shells.opentorrent that implement TorrentDownloaderCallBackInterface