edu.rice.cs.util.swing
Interface FileSelectionListener

All Superinterfaces:
EventListener

public interface FileSelectionListener
extends EventListener


Method Summary
 void valueChanged(FileSelectionEvent e)
          Called when a new file/directory was selected by the caller.
 

Method Detail

valueChanged

void valueChanged(FileSelectionEvent e)
Called when a new file/directory was selected by the caller.