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

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

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

Methods in org.eclipse.ecf.protocol.bittorrent with parameters of type ITorrentErrorListener
 void Torrent.addTorrentErrorListener(ITorrentErrorListener listener)
          Adds the specified listener to the collection of listeners for this torrent if it is not already contained.
 boolean Torrent.removeTorrentErrorListener(ITorrentErrorListener listener)
          Removes the specified listener so that it will no longer be notified of errors.