Package com.biglybt.core
Interface CoreOperation
-
public interface CoreOperation
-
-
Field Summary
Fields Modifier and Type Field Description static int
OP_DOWNLOAD_ALLOCATION
static int
OP_DOWNLOAD_CHECKING
static int
OP_DOWNLOAD_EXPORT
static int
OP_FILE_MOVE
static int
OP_PROGRESS
static int[]
OP_SORT_ORDER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getOperationType()
CoreOperationTask
getTask()
-
-
-
Field Detail
-
OP_FILE_MOVE
static final int OP_FILE_MOVE
- See Also:
- Constant Field Values
-
OP_PROGRESS
static final int OP_PROGRESS
- See Also:
- Constant Field Values
-
OP_DOWNLOAD_EXPORT
static final int OP_DOWNLOAD_EXPORT
- See Also:
- Constant Field Values
-
OP_DOWNLOAD_ALLOCATION
static final int OP_DOWNLOAD_ALLOCATION
- See Also:
- Constant Field Values
-
OP_DOWNLOAD_CHECKING
static final int OP_DOWNLOAD_CHECKING
- See Also:
- Constant Field Values
-
OP_SORT_ORDER
static final int[] OP_SORT_ORDER
-
-
Method Detail
-
getOperationType
int getOperationType()
-
getTask
CoreOperationTask getTask()
-
-