Add task factory.

This commit is contained in:
akwizgran
2021-05-07 13:45:12 +01:00
parent 8f4a0ef030
commit c9c6f3682c
6 changed files with 67 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ import org.briarproject.bramble.api.nullsafety.NotNullByDefault;
import java.io.File;
@NotNullByDefault
public interface RemovableDriveTask {
public interface RemovableDriveTask extends Runnable {
/**
* Returns the file that this task is reading from or writing to.