IcedTea-Web
NetX

Uses of Interface
javax.jnlp.DownloadServiceListener

Packages that use DownloadServiceListener
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
 DownloadServiceListener DownloadService.getDefaultProgressWindow()
           
 

Methods in javax.jnlp with parameters of type DownloadServiceListener
 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
 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
 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.
 


IcedTea-Web
NetX

Submit a bug or feature