nrs.util.file
Interface FileSelectionListener

All Known Implementing Classes:
FileListenerImagePreview

public interface FileSelectionListener

Interface for objects interested in listening for when files have been (de)selected.

Author:
Copyright © 2004-2005 Nick Sydenham <nsydenham@yahoo.co.uk>

Method Summary
 void valueChanged(FileSelectionEvent e)
          Called whenever the value of the selection changes
 

Method Detail

valueChanged

public void valueChanged(FileSelectionEvent e)
Called whenever the value of the selection changes

Parameters:
e - the event that characterizes the change


Copyright © 2004-2005 Nick Sydenham <nsydenham@yahoo.co.uk>