Package com.biglybt.core.torrent
Interface TOTorrentProgressListener
-
- All Known Implementing Classes:
MakeTorrent
,ProgressPanel
,ShareManagerImpl
,TorrentManagerImpl
public interface TOTorrentProgressListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reportCurrentTask(java.lang.String task_description)
void
reportProgress(int percent_complete)
-