public interface DownloadListener
extends java.util.EventListener
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
void updateStarted(DownloadEvent downloadEvent)
downloadEvent - information about started updatevoid downloadStarted(DownloadEvent downloadEvent)
downloadEvent - information about started downloadvoid downloadCompleted(DownloadEvent downloadEvent)
downloadEvent - information about finished download