IcedTea-Web
NetX

Uses of Interface
net.sourceforge.jnlp.event.DownloadListener

Packages that use DownloadListener
net.sourceforge.jnlp.cache This package contains the JNLP cache. 
 

Uses of DownloadListener in net.sourceforge.jnlp.cache
 

Methods in net.sourceforge.jnlp.cache with parameters of type DownloadListener
 void ResourceTracker.addDownloadListener(DownloadListener listener)
          Adds the listener to the list of objects interested in receivind DownloadEvents.
 void ResourceTracker.removeDownloadListener(DownloadListener listener)
          Removes a download listener.
 


IcedTea-Web
NetX

Submit a bug or feature