public class DefaultPrompterProxyImpl extends java.lang.Object implements IPrompterProxy
| Constructor and Description |
|---|
DefaultPrompterProxyImpl(IUpdateProxy proxy) |
| Modifier and Type | Method and Description |
|---|---|
void |
backgroundDownload()
后台下载
|
void |
cancelDownload()
取消下载
|
void |
recycle()
资源回收
|
void |
startDownload(UpdateEntity updateEntity,
OnFileDownloadListener downloadListener)
开始下载更新
|
public DefaultPrompterProxyImpl(IUpdateProxy proxy)
public void startDownload(UpdateEntity updateEntity, OnFileDownloadListener downloadListener)
IPrompterProxystartDownload in interface IPrompterProxyupdateEntity - 更新信息downloadListener - 文件下载监听public void backgroundDownload()
IPrompterProxybackgroundDownload in interface IPrompterProxypublic void cancelDownload()
IPrompterProxycancelDownload in interface IPrompterProxypublic void recycle()
IPrompterProxyrecycle in interface IPrompterProxy