Uses of Interface
javax.jnlp.DownloadServiceListener
Packages that use DownloadServiceListener
-
Uses of DownloadServiceListener in javax.jnlp
Methods in javax.jnlp that return DownloadServiceListenerMethods in javax.jnlp with parameters of type DownloadServiceListenerModifier and TypeMethodDescriptionvoidDownloadService.loadExtensionPart(URL ref, String version, String[] parts, DownloadServiceListener progress) voidDownloadService.loadExtensionPart(URL ref, String version, String part, DownloadServiceListener progress) voidDownloadService.loadPart(String[] parts, DownloadServiceListener progress) voidDownloadService.loadPart(String part, DownloadServiceListener progress) voidDownloadService.loadResource(URL ref, String version, DownloadServiceListener progress) -
Uses of DownloadServiceListener in net.sourceforge.jnlp.cache
Methods in net.sourceforge.jnlp.cache that return DownloadServiceListenerModifier and TypeMethodDescriptionDefaultDownloadIndicator.getListener(ApplicationInstance app, String downloadName, URL[] resources) Return a download service listener that displays the progress in a shared download info window.DownloadIndicator.getListener(ApplicationInstance app, String downloadName, URL[] resources) Return a download service listener that displays the progress of downloading resources.Methods in net.sourceforge.jnlp.cache with parameters of type DownloadServiceListenerModifier and TypeMethodDescriptionvoidDefaultDownloadIndicator.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.