org.gudy.azureus2.pluginsimpl.local.download
Class DownloadEventNotifierImpl.DownloadTrackerNotifier

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.download.DownloadEventNotifierImpl.DownloadTrackerNotifier
All Implemented Interfaces:
DownloadManagerListener, DownloadTrackerListener
Enclosing class:
DownloadEventNotifierImpl

public class DownloadEventNotifierImpl.DownloadTrackerNotifier
extends Object
implements DownloadTrackerListener


Constructor Summary
DownloadEventNotifierImpl.DownloadTrackerNotifier(boolean instant_notify)
           
 
Method Summary
 void announceResult(DownloadAnnounceResult result)
          An announce result has been returned from the tracker
 void downloadAdded(Download download)
           
 void downloadRemoved(Download download)
           
 void scrapeResult(DownloadScrapeResult result)
          A scrape result has been returned from a tracker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadEventNotifierImpl.DownloadTrackerNotifier

public DownloadEventNotifierImpl.DownloadTrackerNotifier(boolean instant_notify)
Method Detail

downloadAdded

public void downloadAdded(Download download)
Specified by:
downloadAdded in interface DownloadManagerListener

downloadRemoved

public void downloadRemoved(Download download)
Specified by:
downloadRemoved in interface DownloadManagerListener

scrapeResult

public void scrapeResult(DownloadScrapeResult result)
Description copied from interface: DownloadTrackerListener
A scrape result has been returned from a tracker

Specified by:
scrapeResult in interface DownloadTrackerListener
Parameters:
result - Information about the scrape

announceResult

public void announceResult(DownloadAnnounceResult result)
Description copied from interface: DownloadTrackerListener
An announce result has been returned from the tracker

Specified by:
announceResult in interface DownloadTrackerListener
Parameters:
result - Information about the announce