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 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.
-