com.mucommander.ui.event
Interface ActivePanelListener

All Known Implementing Classes:
BatchRenameAction, CalculateChecksumAction, ChangeDateAction, ChangePermissionsAction, CopyAction, CopyFileNamesAction, CopyFilePathsAction, CopyFilesToClipboardAction, DeleteAction, EditAction, EmailAction, FileAction, FileTable, GoBackAction, GoForwardAction, GoToAction, GoToParentAction, GoToParentInBothPanelsAction, GoToParentInOtherPanelAction, GoToRootAction, InternalEditAction, InternalViewAction, LocalCopyAction, MoveAction, OpenInBothPanelsAction, OpenInOtherPanelAction, PackAction, PermanentDeleteAction, RenameAction, SelectedFileAction, SelectedFilesAction, ShowFilePropertiesAction, SortByAction, SortByDateAction, SortByExtensionAction, SortByGroupAction, SortByNameAction, SortByOwnerAction, SortByPermissionsAction, SortBySizeAction, StatusBar, UnpackAction, ViewAction

public interface ActivePanelListener

Interface to be implemented by classes that wish to be notified of active table changes on a particular MainFrame. Those classes need to be registered to receive those events, this can be done by calling MainFrame.addActivePanelListener(ActivePanelListener).

Author:
Maxence Bernard
See Also:
MainFrame

Method Summary
 void activePanelChanged(FolderPanel folderPanel)
          This method is invoked when the currently active (i.e.
 

Method Detail

activePanelChanged

void activePanelChanged(FolderPanel folderPanel)
This method is invoked when the currently active (i.e. that has focus) folder panel has changed on the MainFrame.

Parameters:
folderPanel - the new active FolderPanel.


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