public abstract class AbstractDownloader extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractDownloader.ComposerTrustManager |
| Modifier and Type | Field and Description |
|---|---|
protected List<DownloadListenerInterface> |
listeners |
protected String |
url |
| Constructor and Description |
|---|
AbstractDownloader() |
AbstractDownloader(String url) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDownloadListener(DownloadListenerInterface listener) |
String |
getUrl() |
protected void |
init() |
void |
removeDownloadListener(DownloadListenerInterface listener) |
void |
setUrl(String url) |
protected String url
protected List<DownloadListenerInterface> listeners
public AbstractDownloader()
public AbstractDownloader(String url)
protected void init()
public void addDownloadListener(DownloadListenerInterface listener)
public void removeDownloadListener(DownloadListenerInterface listener)
public String getUrl()
public void setUrl(String url)
Copyright © 2013. All Rights Reserved.