com.aelitis.azureus.plugins.magnet
Interface MagnetPluginMDDownloader.DownloadListener

Enclosing class:
MagnetPluginMDDownloader

protected static interface MagnetPluginMDDownloader.DownloadListener


Method Summary
 void complete(TOTorrent torrent, Set<String> peer_networks)
           
 void failed(Throwable e)
           
 void reportProgress(int downloaded, int total_size)
           
 

Method Detail

reportProgress

void reportProgress(int downloaded,
                    int total_size)

complete

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

failed

void failed(Throwable e)