com.mucommander.ui.event
Interface TableSelectionListener

All Known Implementing Classes:
BatchRenameAction, CalculateChecksumAction, ChangeDateAction, ChangePermissionsAction, CopyAction, CopyFileNamesAction, CopyFilePathsAction, CopyFilesToClipboardAction, DeleteAction, EditAction, EmailAction, FileAction, InternalEditAction, InternalViewAction, LocalCopyAction, MoveAction, OpenInBothPanelsAction, OpenInOtherPanelAction, PackAction, PermanentDeleteAction, RenameAction, SelectedFileAction, SelectedFilesAction, ShowFilePropertiesAction, StatusBar, UnpackAction, ViewAction

public interface TableSelectionListener

Interface to be implemented by classes that wish to be notified of selection changes on a particular FileTable. Those classes need to be registered to receive those events, this can be done by calling FileTable.addTableSelectionListener().

Author:
Maxence Bernard
See Also:
FileTable

Method Summary
 void markedFilesChanged(FileTable source)
          This method is invoked when the files marked have changed on the specified FileTable.
 void selectedFileChanged(FileTable source)
          This method is invoked when the selected file has changed on the specified FileTable .
 

Method Detail

selectedFileChanged

void selectedFileChanged(FileTable source)
This method is invoked when the selected file has changed on the specified FileTable .

Parameters:
source - the FileTable instance on which the file selection has changed

markedFilesChanged

void markedFilesChanged(FileTable source)
This method is invoked when the files marked have changed on the specified FileTable.

Parameters:
source - the FileTable instance on which the files marked have changed


This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard