Uses of Interface
net.sourceforge.jnlp.event.DownloadListener
-
Packages that use DownloadListener Package Description net.sourceforge.jnlp.cache This package contains the JNLP cache. -
-
Uses of DownloadListener in net.sourceforge.jnlp.cache
Methods in net.sourceforge.jnlp.cache with parameters of type DownloadListener Modifier and Type Method Description void
ResourceTracker. addDownloadListener(DownloadListener listener)
Adds the listener to the list of objects interested in receivind DownloadEvents.void
ResourceTracker. removeDownloadListener(DownloadListener listener)
Removes a download listener.
-