|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DownloadListener
The listener that is notified of the state of resources being downloaded by a ResourceTracker. Events may be delivered on a background thread, and the event methods should complete quickly so that they do not slow down other downloading in progress by tying up a thread.
Method Summary | |
---|---|
void |
downloadCompleted(DownloadEvent downloadEvent)
Called when a download completed or there was an error. |
void |
downloadStarted(DownloadEvent downloadEvent)
Called when a download starts. |
void |
updateStarted(DownloadEvent downloadEvent)
Called when a resource is checked for being up-to-date. |
Method Detail |
---|
void updateStarted(DownloadEvent downloadEvent)
void downloadStarted(DownloadEvent downloadEvent)
void downloadCompleted(DownloadEvent downloadEvent)
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |