IcedTea-Web
NetX

Uses of Class
net.sourceforge.jnlp.event.DownloadEvent

Packages that use DownloadEvent
net.sourceforge.jnlp.event This package contains the JNLP events. 
 

Uses of DownloadEvent in net.sourceforge.jnlp.event
 

Methods in net.sourceforge.jnlp.event with parameters of type DownloadEvent
 void DownloadListener.downloadCompleted(DownloadEvent downloadEvent)
          Called when a download completed or there was an error.
 void DownloadListener.downloadStarted(DownloadEvent downloadEvent)
          Called when a download starts.
 void DownloadListener.updateStarted(DownloadEvent downloadEvent)
          Called when a resource is checked for being up-to-date.
 


IcedTea-Web
NetX

Submit a bug or feature