Uses of Interface
org.eclipse.ecf.protocol.bittorrent.IPieceProgressListener

Packages that use IPieceProgressListener
org.eclipse.ecf.protocol.bittorrent Provides an API to allow files to be exchanged through the BitTorrent protocol. 
 

Uses of IPieceProgressListener in org.eclipse.ecf.protocol.bittorrent
 

Methods in org.eclipse.ecf.protocol.bittorrent with parameters of type IPieceProgressListener
 void Torrent.addPieceProgressListener(IPieceProgressListener listener)
          Adds the specified listener to the collection of listeners for this torrent if it is not already contained.
 boolean Torrent.removePieceProgressListener(IPieceProgressListener listener)
          Removes the specified listener so that it will no longer be notified of a piece having downloaded some additional bytes.