org.eclipse.ecf.protocol.bittorrent
Interface ITorrentProgressListener


public interface ITorrentProgressListener

This listener reports on the overall progress of the current download.


Method Summary
 void pieceCompleted(int completed)
          This method is called when a piece has been identified as being completed after a hash check verification has completed.
 

Method Detail

pieceCompleted

void pieceCompleted(int completed)
This method is called when a piece has been identified as being completed after a hash check verification has completed.

Parameters:
completed - the number of pieces completed thus far