Uses of Interface
com.biglybt.core.drivedetector.DriveDetectedInfo
-
Packages that use DriveDetectedInfo Package Description com.biglybt.core.devices.impl com.biglybt.core.drivedetector com.biglybt.core.drivedetector.impl com.biglybt.ui.swt.win32 -
-
Uses of DriveDetectedInfo in com.biglybt.core.devices.impl
Methods in com.biglybt.core.devices.impl with parameters of type DriveDetectedInfo Modifier and Type Method Description void
DeviceDriveManager. driveDetected(DriveDetectedInfo info)
void
DeviceDriveManager. driveRemoved(DriveDetectedInfo info)
-
Uses of DriveDetectedInfo in com.biglybt.core.drivedetector
Methods in com.biglybt.core.drivedetector that return DriveDetectedInfo Modifier and Type Method Description DriveDetectedInfo[]
DriveDetector. getDetectedDriveInfo()
Methods in com.biglybt.core.drivedetector with parameters of type DriveDetectedInfo Modifier and Type Method Description void
DriveDetectedListener. driveDetected(DriveDetectedInfo info)
void
DriveDetectedListener. driveRemoved(DriveDetectedInfo info)
-
Uses of DriveDetectedInfo in com.biglybt.core.drivedetector.impl
Classes in com.biglybt.core.drivedetector.impl that implement DriveDetectedInfo Modifier and Type Class Description class
DriveDetectedInfoImpl
Methods in com.biglybt.core.drivedetector.impl that return DriveDetectedInfo Modifier and Type Method Description DriveDetectedInfo[]
DriveDetectorImpl. getDetectedDriveInfo()
-
Uses of DriveDetectedInfo in com.biglybt.ui.swt.win32
Fields in com.biglybt.ui.swt.win32 declared as DriveDetectedInfo Modifier and Type Field Description private static DriveDetectedInfo
Win32UIEnhancer. loc
-