Uses of Class
net.sourceforge.jnlp.event.DownloadEvent
Packages that use DownloadEvent
-
Uses of DownloadEvent in net.sourceforge.jnlp.event
Methods in net.sourceforge.jnlp.event with parameters of type DownloadEventModifier and TypeMethodDescriptionvoid
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.