管灌系统巡查员智能手机App
zuoxiao
2024-12-05 3a4343f647f038a9e8366f17b33a07fdfd8b680c
1
2
3
4
5
package com.dayu.pipirrapp.net.upload;
 
public interface ProgressListener {
    void onProgress(long bytesWritten, long totalBytes);
}