|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gudy.azureus2.pluginsimpl.local.download.DownloadEventNotifierImpl.DownloadTrackerNotifier
public class DownloadEventNotifierImpl.DownloadTrackerNotifier
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 |
---|
public DownloadEventNotifierImpl.DownloadTrackerNotifier(boolean instant_notify)
Method Detail |
---|
public void downloadAdded(Download download)
downloadAdded
in interface DownloadManagerListener
public void downloadRemoved(Download download)
downloadRemoved
in interface DownloadManagerListener
public void scrapeResult(DownloadScrapeResult result)
DownloadTrackerListener
scrapeResult
in interface DownloadTrackerListener
result
- Information about the scrapepublic void announceResult(DownloadAnnounceResult result)
DownloadTrackerListener
announceResult
in interface DownloadTrackerListener
result
- Information about the announce
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |