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

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

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

Methods in org.eclipse.ecf.protocol.bittorrent with parameters of type ITorrentProgressListener
 void Torrent.addTorrentProgressListener(ITorrentProgressListener listener)
          Adds the specified listener to the collection of listeners for this torrent if it is not already contained.
 boolean Torrent.removeTorrentProgressListener(ITorrentProgressListener listener)
          Removes the specified listener so that it will no longer be notified when pieces has been completed.