org.gudy.azureus2.core3.torrent
Interface TOTorrentProgressListener

All Known Implementing Classes:
MakeTorrent, MakeTorrent, ProgressPanel, ShareManagerImpl, TorrentManagerImpl

public interface TOTorrentProgressListener


Method Summary
 void reportCurrentTask(String task_description)
           
 void reportProgress(int percent_complete)
           
 

Method Detail

reportProgress

void reportProgress(int percent_complete)

reportCurrentTask

void reportCurrentTask(String task_description)