Uses of Interface
com.biglybt.core.CoreOperationListener
-
Packages that use CoreOperationListener Package Description com.biglybt.core com.biglybt.core.disk.impl com.biglybt.core.impl com.biglybt.ui.swt.devices -
-
Uses of CoreOperationListener in com.biglybt.core
Methods in com.biglybt.core with parameters of type CoreOperationListener Modifier and Type Method Description void
Core. addOperationListener(CoreOperationListener l)
void
Core. removeOperationListener(CoreOperationListener l)
-
Uses of CoreOperationListener in com.biglybt.core.disk.impl
Classes in com.biglybt.core.disk.impl that implement CoreOperationListener Modifier and Type Class Description class
DiskManagerOperationScheduler
-
Uses of CoreOperationListener in com.biglybt.core.impl
Fields in com.biglybt.core.impl with type parameters of type CoreOperationListener Modifier and Type Field Description private java.util.List<CoreOperationListener>
CoreImpl. operation_listeners
Methods in com.biglybt.core.impl with parameters of type CoreOperationListener Modifier and Type Method Description void
CoreImpl. addOperationListener(CoreOperationListener l)
void
CoreImpl. removeOperationListener(CoreOperationListener l)
-
Uses of CoreOperationListener in com.biglybt.ui.swt.devices
Classes in com.biglybt.ui.swt.devices that implement CoreOperationListener Modifier and Type Class Description class
SBC_DiskOpsView
-