Package com.biglybt.plugin.magnet
Interface MagnetPluginMDDownloader.DownloadListener
-
- Enclosing class:
- MagnetPluginMDDownloader
protected static interface MagnetPluginMDDownloader.DownloadListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
complete(TOTorrent torrent, java.util.Set<java.lang.String> peer_networks)
void
failed(boolean manually_cancelled, java.lang.Throwable e)
void
reportProgress(int downloaded, int total_size)
-
-
-
Method Detail
-
reportProgress
void reportProgress(int downloaded, int total_size)
-
complete
void complete(TOTorrent torrent, java.util.Set<java.lang.String> peer_networks)
-
failed
void failed(boolean manually_cancelled, java.lang.Throwable e)
-
-