Interface OSXDriveDetectListener
-
public interface OSXDriveDetectListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
driveDetected(java.io.File mount, java.util.Map driveInfo)
void
driveRemoved(java.io.File mount, java.util.Map driveInfo)
-