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 TypeMethodDescriptionvoid
DownloadService.loadExtensionPart
(URL ref, String version, String[] parts, DownloadServiceListener progress) void
DownloadService.loadExtensionPart
(URL ref, String version, String part, DownloadServiceListener progress) void
DownloadService.loadPart
(String[] parts, DownloadServiceListener progress) void
DownloadService.loadPart
(String part, DownloadServiceListener progress) void
DownloadService.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 TypeMethodDescriptionvoid
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.