Uses of Interface
javax.jnlp.DownloadServiceListener
-
Packages that use DownloadServiceListener Package Description javax.jnlp net.sourceforge.jnlp.cache This package contains the JNLP cache. -
-
Uses of DownloadServiceListener in javax.jnlp
Methods in javax.jnlp that return DownloadServiceListener Modifier and Type Method Description DownloadServiceListener
DownloadService. getDefaultProgressWindow()
Methods in javax.jnlp with parameters of type DownloadServiceListener Modifier and Type Method Description void
DownloadService. loadExtensionPart(java.net.URL ref, java.lang.String version, java.lang.String[] parts, DownloadServiceListener progress)
void
DownloadService. loadExtensionPart(java.net.URL ref, java.lang.String version, java.lang.String part, DownloadServiceListener progress)
void
DownloadService. loadPart(java.lang.String[] parts, DownloadServiceListener progress)
void
DownloadService. loadPart(java.lang.String part, DownloadServiceListener progress)
void
DownloadService. loadResource(java.net.URL ref, java.lang.String version, DownloadServiceListener progress)
-
Uses of DownloadServiceListener in net.sourceforge.jnlp.cache
Methods in net.sourceforge.jnlp.cache that return DownloadServiceListener Modifier and Type Method Description DownloadServiceListener
DefaultDownloadIndicator. getListener(ApplicationInstance app, java.lang.String downloadName, java.net.URL[] resources)
Return a download service listener that displays the progress in a shared download info window.DownloadServiceListener
DownloadIndicator. getListener(ApplicationInstance app, java.lang.String downloadName, java.net.URL[] resources)
Return a download service listener that displays the progress of downloading resources.Methods in net.sourceforge.jnlp.cache with parameters of type DownloadServiceListener Modifier and Type Method Description void
DefaultDownloadIndicator. disposeListener(DownloadServiceListener listener)
Remove a download service listener that was obtained by calling the getDownloadListener method from the shared download info window.void
DownloadIndicator. disposeListener(DownloadServiceListener listener)
Indicates that a download service listener that was obtained from the getDownloadListener method will no longer be used.
-