Uses of Interface
com.biglybt.core.torrentdownloader.TorrentDownloaderCallBackInterface
-
-
Uses of TorrentDownloaderCallBackInterface in com.biglybt.core.torrentdownloader
Methods in com.biglybt.core.torrentdownloader with parameters of type TorrentDownloaderCallBackInterface Modifier and Type Method Description static TorrentDownloader
TorrentDownloaderFactory. create(TorrentDownloaderCallBackInterface callback, java.lang.String url, java.lang.String referrer, java.util.Map request_properties, java.lang.String fileordir)
creates and initializes a TorrentDownloader object with the specified parameters.Constructors in com.biglybt.core.torrentdownloader with parameters of type TorrentDownloaderCallBackInterface Constructor Description TorrentDownloadRetrier(TorrentDownloaderCallBackInterface _callback, java.lang.String _url, java.lang.String _referrer, java.util.Map _request_properties, java.lang.String _fileordir)
-
Uses of TorrentDownloaderCallBackInterface in com.biglybt.core.torrentdownloader.impl
Classes in com.biglybt.core.torrentdownloader.impl that implement TorrentDownloaderCallBackInterface Modifier and Type Class Description class
TorrentDownloaderManager.Callback
Fields in com.biglybt.core.torrentdownloader.impl declared as TorrentDownloaderCallBackInterface Modifier and Type Field Description private TorrentDownloaderCallBackInterface
TorrentDownloaderImpl. iface
Methods in com.biglybt.core.torrentdownloader.impl with parameters of type TorrentDownloaderCallBackInterface Modifier and Type Method Description void
TorrentDownloaderImpl. init(TorrentDownloaderCallBackInterface _iface, java.lang.String _url, java.net.Proxy _proxy, java.lang.String _referrer, java.util.Map _request_properties, java.lang.String _file)
-
Uses of TorrentDownloaderCallBackInterface in com.biglybt.ui.swt
Classes in com.biglybt.ui.swt that implement TorrentDownloaderCallBackInterface Modifier and Type Class Description class
FileDownloadWindow
Fields in com.biglybt.ui.swt declared as TorrentDownloaderCallBackInterface Modifier and Type Field Description (package private) TorrentDownloaderCallBackInterface
FileDownloadWindow. listener
Constructors in com.biglybt.ui.swt with parameters of type TorrentDownloaderCallBackInterface Constructor Description FileDownloadWindow(org.eclipse.swt.widgets.Shell parent, java.lang.String url, java.lang.String referrer, java.util.Map request_properties, TorrentOpenOptions torrentOptions, TorrentDownloaderCallBackInterface listener)
Create a file download window.FileDownloadWindow(org.eclipse.swt.widgets.Shell parent, java.lang.String url, java.lang.String referrer, java.util.Map request_properties, TorrentOpenOptions torrentOptions, TorrentDownloaderCallBackInterface listener, java.lang.Runnable callOnError)
-
Uses of TorrentDownloaderCallBackInterface in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow with parameters of type TorrentDownloaderCallBackInterface Modifier and Type Method Description static void
TorrentOpener. openTorrentsFromStrings(TorrentOpenOptions optionsToClone, org.eclipse.swt.widgets.Shell parent, java.lang.String pathPrefix, java.lang.String[] torrents, java.lang.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 Modifier and Type Class Description class
OpenTorrentWindow
-