mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Implement RemovableDriverReaderTask.
This commit is contained in:
@@ -26,7 +26,7 @@ public interface RemovableDriveTask extends Runnable {
|
||||
interface Observer {
|
||||
|
||||
@EventExecutor
|
||||
void onProgress(long written, long total);
|
||||
void onProgress(long done, long total);
|
||||
|
||||
@EventExecutor
|
||||
void onCompletion(boolean success);
|
||||
|
||||
Reference in New Issue
Block a user