Uses of Interface
jBittorrentAPI.IncomingListener

Uses of IncomingListener in jBittorrentAPI
 

Classes in jBittorrentAPI that implement IncomingListener
 class DownloadTask
          Class representing a task that downloads pieces from a remote peer
 

Methods in jBittorrentAPI that return IncomingListener
 IncomingListener[] MessageReceiver.getIncomingListeners()
           
 

Methods in jBittorrentAPI with parameters of type IncomingListener
 void MessageReceiver.addIncomingListener(IncomingListener listener)
           
 void MessageReceiver.removeIncomingListener(IncomingListener listener)