| | |
| | | * @param describe 描述文本 |
| | | */ |
| | | public void eventBusPost(String fileFullPath, String type, int progressValue, String describe) { |
| | | HdlLogLogic.print("进度值====" + progressValue + ""); |
| | | |
| | | if (this.stopDownload) { |
| | | HdlFileLogic.getInstance().deleteFile(fileFullPath);//删除下载不完成数据; |
| | | HdlFileLogic.getInstance().deleteFile(fileFullPath);//删除下载不完整数据; |
| | | BaseEventBus baseEventBus = new BaseEventBus(); |
| | | baseEventBus.setTopic(localDownloadProgress); |
| | | Progress progress = new Progress(); |
| | |
| | | EventBus.getDefault().post(baseEventBus); |
| | | // } |
| | | // }); |
| | | |
| | | |
| | | } |
| | | |
| | | |