org.fuin.utils4swing.dialogs
Interface DirectorySelectorListener


public interface DirectorySelectorListener

Listener for the result of selecting a directory.


Method Summary
 void canceled()
          The user canceled the selection.
 void finished(String directory, boolean includeSubdirs)
          The user finished the selection successfully.
 

Method Detail

canceled

void canceled()
The user canceled the selection.


finished

void finished(String directory,
              boolean includeSubdirs)
The user finished the selection successfully.

Parameters:
directory - Selected directory.
includeSubdirs - If subdirectories should be included true else false.


Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.