Uses of Class
net.sourceforge.jnlp.event.DownloadEvent
-
Packages that use DownloadEvent Package Description net.sourceforge.jnlp.event -
-
Uses of DownloadEvent in net.sourceforge.jnlp.event
Methods in net.sourceforge.jnlp.event with parameters of type DownloadEvent Modifier and Type Method Description voidDownloadListener. downloadCompleted(DownloadEvent downloadEvent)Called when a download completed or there was an error.voidDownloadListener. downloadStarted(DownloadEvent downloadEvent)Called when a download starts.voidDownloadListener. updateStarted(DownloadEvent downloadEvent)Called when a resource is checked for being up-to-date.
-