Package com.biglybt.core.download
Interface DownloadManagerTrackerListener
-
- All Known Implementing Classes:
AbstractTrackerCell
,DownloadImpl
,PeersItem.Cell
,SeedsItem.Cell
,TrackerStatusItem.Cell
public interface DownloadManagerTrackerListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
announceResult(TRTrackerAnnouncerResponse response)
void
scrapeResult(TRTrackerScraperResponse response)
-
-
-
Method Detail
-
scrapeResult
void scrapeResult(TRTrackerScraperResponse response)
-
announceResult
void announceResult(TRTrackerAnnouncerResponse response)
-
-