org.bibalex.daf.retrievalplugins
Interface ChooseRetrievalDriveDialog.IChooseRetrievalDriveDialog

Enclosing class:
ChooseRetrievalDriveDialog

public static interface ChooseRetrievalDriveDialog.IChooseRetrievalDriveDialog

This interface allows communication between this dialog and its callee. Mainly it tells the callee, which of the drives was chosen if any.

Author:
Fadi.Edward

Method Summary
 void cancelSelection()
          Indicates that the user did not choose any drive and wishes to cancel the operation.
 void setSelectedDrive(java.io.File drive)
          Indicates that a drive was chosen, and provides its File object.
 

Method Detail

setSelectedDrive

void setSelectedDrive(java.io.File drive)
Indicates that a drive was chosen, and provides its File object.

Parameters:
drive - The File object that was chosen as a drive.

cancelSelection

void cancelSelection()
Indicates that the user did not choose any drive and wishes to cancel the operation.