Uses of Interface
jBittorrentAPI.PeerUpdateListener

Uses of PeerUpdateListener in jBittorrentAPI
 

Classes in jBittorrentAPI that implement PeerUpdateListener
 class DownloadManager
          Object that manages all concurrent downloads.
 

Methods in jBittorrentAPI that return PeerUpdateListener
 PeerUpdateListener[] PeerUpdater.getPeerUpdateListeners()
          Returns the list of object that are currently listening to this PeerUpdater
 

Methods in jBittorrentAPI with parameters of type PeerUpdateListener
 void PeerUpdater.addPeerUpdateListener(PeerUpdateListener listener)
          Adds a PeerUpdateListener to the list of listeners, enabling communication with this object
 void PeerUpdater.removePeerUpdateListener(PeerUpdateListener listener)
          Removes a PeerUpdateListener from the list of listeners