|
LimeWire Consolidated API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DownloadCallback
A callback for download information.
| Method Summary | |
|---|---|
void |
addDownload(Downloader d)
Add a file to the download window |
void |
downloadCompleted(Downloader d)
Remove a downloader from the download window. |
void |
downloadsComplete()
Notifies the GUI that all active downloads have been completed. |
void |
promptAboutCorruptDownload(Downloader dloader)
Shows the user a message informing her that a file being downloaded is corrupt. |
| Method Detail |
|---|
void addDownload(Downloader d)
void downloadCompleted(Downloader d)
void downloadsComplete()
void promptAboutCorruptDownload(Downloader dloader)
This method MUST call dloader.discardCorruptDownload(boolean b) otherwise there will be threads piling up waiting for a notification
|
LimeWire Consolidated API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||