Uses of Interface
com.biglybt.core.CoreOperation
-
Packages that use CoreOperation Package Description com.biglybt.core com.biglybt.core.disk.impl com.biglybt.core.impl com.biglybt.ui.swt.devices com.biglybt.ui.swt.progress -
-
Uses of CoreOperation in com.biglybt.core
Methods in com.biglybt.core that return types with arguments of type CoreOperation Modifier and Type Method Description java.util.List<CoreOperation>
Core. getOperations()
Methods in com.biglybt.core with parameters of type CoreOperation Modifier and Type Method Description void
Core. addOperation(CoreOperation op)
void
CoreOperationListener. operationAdded(CoreOperation operation)
boolean
CoreOperationListener. operationExecuteRequest(CoreOperation operation)
void
CoreOperationListener. operationRemoved(CoreOperation operation)
void
Core. removeOperation(CoreOperation op)
default void
CoreOperationTask. run(CoreOperation operation)
-
Uses of CoreOperation in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as CoreOperation Modifier and Type Field Description private CoreOperation
DiskManagerOperationScheduler.Operation. op
private CoreOperation
DiskManagerRecheckScheduler.DiskManagerRecheckInstance. op
private CoreOperation
DiskManagerAllocationScheduler.AllocationInstance. operation
Methods in com.biglybt.core.disk.impl that return CoreOperation Modifier and Type Method Description protected CoreOperation
DiskManagerAllocationScheduler.AllocationInstance. getOperation()
protected CoreOperation
DiskManagerRecheckScheduler.DiskManagerRecheckInstance. getOperation()
Methods in com.biglybt.core.disk.impl with parameters of type CoreOperation Modifier and Type Method Description void
DiskManagerOperationScheduler. operationAdded(CoreOperation operation)
boolean
DiskManagerOperationScheduler. operationExecuteRequest(CoreOperation operation)
void
DiskManagerOperationScheduler. operationRemoved(CoreOperation operation)
Constructors in com.biglybt.core.disk.impl with parameters of type CoreOperation Constructor Description Operation(CoreOperation _op, CoreOperationTask.ProgressCallback _cb, java.lang.String[] _fs)
-
Uses of CoreOperation in com.biglybt.core.impl
Fields in com.biglybt.core.impl with type parameters of type CoreOperation Modifier and Type Field Description private CopyOnWriteList<CoreOperation>
CoreImpl. operations
Methods in com.biglybt.core.impl that return types with arguments of type CoreOperation Modifier and Type Method Description java.util.List<CoreOperation>
CoreImpl. getOperations()
Methods in com.biglybt.core.impl with parameters of type CoreOperation Modifier and Type Method Description void
CoreImpl. addOperation(CoreOperation op)
void
CoreImpl. removeOperation(CoreOperation op)
-
Uses of CoreOperation in com.biglybt.ui.swt.devices
Fields in com.biglybt.ui.swt.devices with type parameters of type CoreOperation Modifier and Type Field Description private TableViewSWT<CoreOperation>
SBC_DiskOpsView. tvDiskOps
Methods in com.biglybt.ui.swt.devices with parameters of type CoreOperation Modifier and Type Method Description void
SBC_DiskOpsView. operationAdded(CoreOperation operation)
boolean
SBC_DiskOpsView. operationExecuteRequest(CoreOperation operation)
void
SBC_DiskOpsView. operationRemoved(CoreOperation operation)
private boolean
SBC_DiskOpsView. ourOperation(CoreOperation op)
-
Uses of CoreOperation in com.biglybt.ui.swt.progress
Methods in com.biglybt.ui.swt.progress with parameters of type CoreOperation Modifier and Type Method Description protected void
ProgressWindow. showDialog(org.eclipse.swt.widgets.Shell _shell, CoreOperation _core_op)
Constructors in com.biglybt.ui.swt.progress with parameters of type CoreOperation Constructor Description ProgressWindow(CoreOperation operation)
-