SPT Core API

com.sptci.echo.tree.filesystem
Class FileSelectionListener

java.lang.Object
  extended by 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

Constructor Summary
FileSelectionListener()
           
 
Method Summary
 void rowSelected(EventObject<File,DirectoryTable> event)
          Sets FileList.setSelected(java.io.File) with the file data object in event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSelectionListener

public FileSelectionListener()
Method Detail

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

SPT Core API