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 DownloadServiceListenerDownloadService. getDefaultProgressWindow()Methods in javax.jnlp with parameters of type DownloadServiceListener Modifier and Type Method Description voidDownloadService. loadExtensionPart(java.net.URL ref, java.lang.String version, java.lang.String[] parts, DownloadServiceListener progress)voidDownloadService. loadExtensionPart(java.net.URL ref, java.lang.String version, java.lang.String part, DownloadServiceListener progress)voidDownloadService. loadPart(java.lang.String[] parts, DownloadServiceListener progress)voidDownloadService. loadPart(java.lang.String part, DownloadServiceListener progress)voidDownloadService. 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 DownloadServiceListenerDefaultDownloadIndicator. 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.DownloadServiceListenerDownloadIndicator. 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 voidDefaultDownloadIndicator. disposeListener(DownloadServiceListener listener)Remove a download service listener that was obtained by calling the getDownloadListener method from the shared download info window.voidDownloadIndicator. disposeListener(DownloadServiceListener listener)Indicates that a download service listener that was obtained from the getDownloadListener method will no longer be used.
-