com.alee.extended.filechooser
Interface DirectoryChooserListener

All Superinterfaces:
java.util.EventListener

public interface DirectoryChooserListener
extends java.util.EventListener

Special listener for WebDirectoryChooserPanel component.

Author:
Mikle Garin
See Also:
WebDirectoryChooserPanel, WebDirectoryChooser

Method Summary
 void selectionChanged(java.io.File file)
          Notifies about directory selection changes.
 

Method Detail

selectionChanged

void selectionChanged(java.io.File file)
Notifies about directory selection changes.

Parameters:
file - newly selected directory or null if none selected