OSDN Git Service

ファイルのダウンロードが成功するところまで作りこみ。
[gokigen/Gr2Control.git] / app / src / main / java / net / osdn / gokigen / gr2control / camera / playback / IDownloadContentCallback.java
index 4742349..a57ed39 100644 (file)
@@ -4,5 +4,5 @@ public interface IDownloadContentCallback
 {
     void onCompleted();
     void onErrorOccurred(Exception  e);
-    void onProgress(byte[] data, ProgressEvent e);
+    void onProgress(byte[] data, int length, ProgressEvent e);
 }