Uses of Interface
com.biglybt.core.CoreOperation
Packages that use CoreOperation
Package
Description
-
Uses of CoreOperation in com.biglybt.core
Classes in com.biglybt.core that implement CoreOperationMethods in com.biglybt.core that return types with arguments of type CoreOperationMethods in com.biglybt.core with parameters of type CoreOperationModifier and TypeMethodDescriptionvoidCore.addOperation(CoreOperation op) voidCoreOperationListener.operationAdded(CoreOperation operation) booleanCoreOperationListener.operationExecuteRequest(CoreOperation operation) voidCoreOperationListener.operationRemoved(CoreOperation operation) voidCore.removeOperation(CoreOperation op) booleanCoreOperationTask.runOperation(CoreOperation operation) -
Uses of CoreOperation in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as CoreOperationModifier and TypeFieldDescriptionprivate final CoreOperationDiskManagerOperationScheduler.Operation.opprivate final CoreOperationDiskManagerRecheckScheduler.DiskManagerRecheckInstance.opprivate final CoreOperationDiskManagerAllocationScheduler.AllocationInstance.operationMethods in com.biglybt.core.disk.impl that return CoreOperationModifier and TypeMethodDescriptionprotected CoreOperationDiskManagerAllocationScheduler.AllocationInstance.getOperation()protected CoreOperationDiskManagerRecheckScheduler.DiskManagerRecheckInstance.getOperation()Methods in com.biglybt.core.disk.impl with parameters of type CoreOperationModifier and TypeMethodDescriptionvoidDiskManagerOperationScheduler.operationAdded(CoreOperation operation) booleanDiskManagerOperationScheduler.operationExecuteRequest(CoreOperation operation) voidDiskManagerOperationScheduler.operationRemoved(CoreOperation operation) Constructors in com.biglybt.core.disk.impl with parameters of type CoreOperationModifierConstructorDescription(package private)Operation(CoreOperation _op, CoreOperationTask.ProgressCallback _cb, String[] _fs) -
Uses of CoreOperation in com.biglybt.core.impl
Fields in com.biglybt.core.impl with type parameters of type CoreOperationModifier and TypeFieldDescriptionprivate final CopyOnWriteList<CoreOperation> CoreImpl.operationsMethods in com.biglybt.core.impl that return types with arguments of type CoreOperationMethods in com.biglybt.core.impl with parameters of type CoreOperationModifier and TypeMethodDescriptionvoidCoreImpl.addOperation(CoreOperation op) voidCoreImpl.removeOperation(CoreOperation op) -
Uses of CoreOperation in com.biglybt.ui.swt.devices
Fields in com.biglybt.ui.swt.devices with type parameters of type CoreOperationMethods in com.biglybt.ui.swt.devices with parameters of type CoreOperationModifier and TypeMethodDescriptionvoidSBC_DiskOpsView.operationAdded(CoreOperation operation) booleanSBC_DiskOpsView.operationExecuteRequest(CoreOperation operation) voidSBC_DiskOpsView.operationRemoved(CoreOperation operation) private booleanSBC_DiskOpsView.ourOperation(CoreOperation op) -
Uses of CoreOperation in com.biglybt.ui.swt.progress
Methods in com.biglybt.ui.swt.progress with parameters of type CoreOperationModifier and TypeMethodDescriptionprotected voidProgressWindow.showDialog(org.eclipse.swt.widgets.Shell _shell, CoreOperation _core_op) Constructors in com.biglybt.ui.swt.progress with parameters of type CoreOperation