Uses of Interface
jBittorrentAPI.DTListener

Uses of DTListener in jBittorrentAPI
 

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

Methods in jBittorrentAPI that return DTListener
 DTListener[] DownloadTask.getDTListeners()
           
 

Methods in jBittorrentAPI with parameters of type DTListener
 void DownloadTask.addDTListener(DTListener listener)
           
 void DownloadTask.removeDTListener(DTListener listener)