Interface StorageAccessor
- All Known Implementing Classes:
DiskDriveContainerMenu
,StorageBlockContainerMenu
public interface StorageAccessor
-
Method Summary
Modifier and TypeMethodDescriptionlong
double
long
boolean
-
Method Details
-
getStored
long getStored() -
getCapacity
long getCapacity() -
getProgress
double getProgress() -
hasCapacity
boolean hasCapacity()
-