Interface MagnetPluginMDDownloader.DownloadListener

Enclosing class:
MagnetPluginMDDownloader

protected static interface MagnetPluginMDDownloader.DownloadListener
  • Method Details

    • reportProgress

      void reportProgress(String str)
    • reportProgress

      void reportProgress(int downloaded, int total_size)
    • complete

      void complete(TOTorrent torrent, Set<String> peer_networks)
    • failed

      void failed(boolean manually_cancelled, Throwable e)