com.lightdev.app.filemanager.ui
Interface FileTableListener

All Known Implementing Classes:
FileListFrame, FileTree

public interface FileTableListener

classes that want to be notified of events from a FileTable need to implement this interface

Version:
1, 12.01.2008
Author:
Ulrich Hilger, Light Development, http://www.lightdev.com, info@lightdev.com, published under the terms and conditions of the BSD License, for details see file license.txt in the distribution package of this software

Method Summary
 void folderChanged(EventObject e)
          notify listeners that the folder currently displayed by a file table has changed
 

Method Detail

folderChanged

void folderChanged(EventObject e)
notify listeners that the folder currently displayed by a file table has changed

Parameters:
e - the causing event