download 设计模式
2016-10-02 16:45:59 0 举报
设计模式
作者其他创作
大纲/内容
Download
- url: String- path: String- listener: DownloadListener
+ Download():+ download():- requset();- save();+ pause():
DownloadRunnable
- download: Download
+ run():
被观察者:Downlooad
DownloadControl
- list: List- executor: ExecutorService
+ add():+ start():+ pause():+ remove():
观察者:MainActivity
DownloadListener
+ berforeConnected():+ afterConnected():+ onProgress();+ onFinished():
MainActivity
- listView: LIstView- control: DownloadControl- listener: DownloadListerner
# onCreate():+ newDownload():+ startDownload():+ pauseDownload():
收藏
0 条评论
下一页