公告板
版本库
filestore
活动
搜索
登录
android
/
charge
左晓为主开发手持机充值管理机
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
优化代码
zuoxiao
2024-08-19
9c3cb299d08649b43ccbb93a94163ebe9505c064
[android/charge.git]
/
qiheonlinelibrary
/
src
/
main
/
java
/
com
/
dayu
/
qiheonlinelibrary
/
net
/
progress
/
ProgressCancelListener.java
1
2
3
4
5
6
7
8
9
package com.dayu.qiheonlinelibrary.net.progress;
/**
* Created by qwy on 16/3/10.
* 取消进度框监听
*/
public interface ProgressCancelListener {
void onCancelProgress();
}