Uses of Interface
jBittorrentAPI.ConListenerInterface

Uses of ConListenerInterface in jBittorrentAPI
 

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

Methods in jBittorrentAPI that return ConListenerInterface
 ConListenerInterface[] ConnectionListener.getConListenerInterfaces()
           
 

Methods in jBittorrentAPI with parameters of type ConListenerInterface
 void ConnectionListener.addConListenerInterface(ConListenerInterface listener)
           
 void ConnectionListener.removeConListenerInterface(ConListenerInterface listener)