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

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

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

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