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

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

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

Methods in org.eclipse.ecf.protocol.bittorrent with parameters of type IHashCheckListener
 void Torrent.addHashCheckListener(IHashCheckListener listener)
          Adds the specified listener to the collection of listeners for this torrent if it is not already contained.
 boolean Torrent.removeHashCheckListener(IHashCheckListener listener)
          Removes the specified listener so that it will no longer be notified of pieces have completed the hash checking process.