com.sptci.echo.tree.filesystem
Class FileSelectionListener
java.lang.Object
com.sptci.echo.tree.filesystem.FileSelectionListener
- All Implemented Interfaces:
- SelectionListener<File,DirectoryTable>, Serializable, EventListener
public class FileSelectionListener
- extends Object
- implements SelectionListener<File,DirectoryTable>
A selection listener that sets the current selected file in FileList.
© Copyright 2009 Sans
Pareil Technologies, Inc.
- Version:
- $Id: FileSelectionListener.java 4858 2009-08-11 15:52:14Z rakesh $
- Author:
- Rakesh Vidyadharan 2009-06-22
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSelectionListener
public FileSelectionListener()
rowSelected
public void rowSelected(EventObject<File,DirectoryTable> event)
- Sets
FileList.setSelected(java.io.File) with the file data
object in event.
- Specified by:
rowSelected in interface SelectionListener<File,DirectoryTable>
- Parameters:
event - The event that represents the object that was selected