Uses of Class
com.tccc.kos.core.service.udev.storage.StorageDevice
Packages that use StorageDevice
-
Uses of StorageDevice in com.tccc.kos.core.service.udev.storage
Methods in com.tccc.kos.core.service.udev.storage that return StorageDeviceModifier and TypeMethodDescriptionStorageService.getDeviceById(String deviceId) Return the storage device with the specified id.Methods in com.tccc.kos.core.service.udev.storage that return types with arguments of type StorageDeviceModifier and TypeMethodDescriptionStorageService.getDevices()Return the list of available storage devices.Methods in com.tccc.kos.core.service.udev.storage with parameters of type StorageDeviceModifier and TypeMethodDescriptionvoidStorageDeviceListener.onStorageAdd(StorageService service, StorageDevice device) Called when a storage device is added to the system.voidStorageMountListener.onStorageMount(StorageService service, StorageDevice device, StorageInfo info) Called when a storage device is mounted.voidStorageDeviceListener.onStorageRemove(StorageService service, StorageDevice device) Called when a storage device is removed from the system.voidStorageMountListener.onStorageUnmount(StorageService service, StorageDevice device) Called when a storage device is unmounted.