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

Enclosing class:
MagnetPluginMDDownloader

protected static interface MagnetPluginMDDownloader.DownloadListener


Method Summary
 void complete(TOTorrent torrent, java.util.Set<java.lang.String> peer_networks)
           
 void failed(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(java.lang.Throwable e)