com.aelitis.azureus.core.drivedetector
Interface DriveDetector

All Known Implementing Classes:
DriveDetectorImpl

public interface DriveDetector

Author:
TuxPaper

Method Summary
 void addListener(DriveDetectedListener l)
           
 void driveDetected(File location, Map info)
           
 void driveRemoved(File location)
           
 DriveDetectedInfo[] getDetectedDriveInfo()
           
 void removeListener(DriveDetectedListener l)
           
 

Method Detail

driveDetected

void driveDetected(File location,
                   Map info)

driveRemoved

void driveRemoved(File location)

addListener

void addListener(DriveDetectedListener l)

removeListener

void removeListener(DriveDetectedListener l)

getDetectedDriveInfo

DriveDetectedInfo[] getDetectedDriveInfo()