Uses of Interface
jBittorrentAPI.OutgoingListener

Uses of OutgoingListener in jBittorrentAPI
 

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

Methods in jBittorrentAPI that return OutgoingListener
 OutgoingListener[] MessageSender.getOutgoingListeners()
           
 

Methods in jBittorrentAPI with parameters of type OutgoingListener
 void MessageSender.addOutgoingListener(OutgoingListener listener)
           
 void MessageSender.removeOutgoingListener(OutgoingListener listener)