Package com.biglybt.core
Interface CoreOperationTask
-
public interface CoreOperationTask
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CoreOperationTask.ProgressCallback
static class
CoreOperationTask.ProgressCallbackAdapter
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default java.lang.String[]
getAffectedFileSystems()
DownloadManager
getDownload()
java.lang.String
getName()
CoreOperationTask.ProgressCallback
getProgressCallback()
default void
run(CoreOperation operation)
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getDownload
DownloadManager getDownload()
-
getAffectedFileSystems
default java.lang.String[] getAffectedFileSystems()
-
run
default void run(CoreOperation operation)
-
getProgressCallback
CoreOperationTask.ProgressCallback getProgressCallback()
-
-