Add new method to upload files via Keep Web API
[arvados.git] / sdk / java-v2 / src / main / java / org / arvados / client / api / client / ProgressListener.java
index 8563adcc763bb0415ad6ccbee320d108448ec8d8..596c9421aca160bf677a9bcf94d200431c33ac51 100644 (file)
@@ -10,5 +10,5 @@ package org.arvados.client.api.client;
 @FunctionalInterface
 public interface ProgressListener {
 
-    void updateProgress(long num);
+    void updateProgress(long uploadedBytes);
 }
\ No newline at end of file