DownloadManagerListenerpublic interface DownloadManagerListener
Methods Summary |
---|
public void | completionChanged(DownloadManager manager, boolean bCompleted)Notification that the completion state has changed.
Tells you when we switched from Completed to Incompleted (or visa versa)
Does not get called when diskManager goes into CHECKING, but does
when it goes out of CHECKING, to avoid torrents jumping momentarily from
Completed to Incompleted to Completed again.
| public void | downloadComplete(DownloadManager manager)Notification that we were downloading and the download has completed
| public void | filePriorityChanged(DownloadManager download, org.gudy.azureus2.core3.disk.DiskManagerFileInfo file)
| public void | positionChanged(DownloadManager download, int oldPosition, int newPosition)
| public void | stateChanged(DownloadManager manager, int state)
|
|