| Package | Description | 
|---|---|
| javax.jnlp | |
| net.sourceforge.jnlp.cache | This package contains the JNLP cache. | 
| Modifier and Type | Method and Description | 
|---|---|
| DownloadServiceListener | DownloadService. getDefaultProgressWindow() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. |