netx.jnlp.cache
Class DefaultDownloadIndicator
java.lang.Object
netx.jnlp.cache.DefaultDownloadIndicator
- DownloadIndicator
public class DefaultDownloadIndicator
extends java.lang.Object
Show the progress of downloads.
(package private) static GridBagConstraints | vertical - shared constraint
|
(package private) static GridBagConstraints | verticalIndent
|
void | disposeListener(javax.jnlp.DownloadServiceListener listener) - Remove a download service listener that was obtained by
calling the getDownloadListener method from the shared
download info window.
|
int | getInitialDelay() - Return the initial delay before obtaining a listener.
|
javax.jnlp.DownloadServiceListener | getListener(ApplicationInstance app, String downloadName, resources[] ) - Return a download service listener that displays the progress
in a shared download info window.
|
int | getUpdateRate() - Return the update rate.
|
vertical
(package private) static GridBagConstraints vertical
shared constraint
verticalIndent
(package private) static GridBagConstraints verticalIndent
disposeListener
public void disposeListener(javax.jnlp.DownloadServiceListener listener)
Remove a download service listener that was obtained by
calling the getDownloadListener method from the shared
download info window.
- disposeListener in interface DownloadIndicator
getListener
public javax.jnlp.DownloadServiceListener getListener(ApplicationInstance app,
String downloadName,
resources[] )
Return a download service listener that displays the progress
in a shared download info window.
- getListener in interface DownloadIndicator
app
- the downloading application, or null if N/AdownloadName
- name identifying the download to the user