com.mucommander.shell
Interface ShellHistoryListener

All Known Implementing Classes:
ShellComboBox

public interface ShellHistoryListener

Interface used to monitor changes to the shell history.

Author:
Nicolas Rinaudo

Method Summary
 void historyChanged(java.lang.String command)
          Notifies the listener that a new element has been added to the history.
 void historyCleared()
          Notifies the listeners that the history has been cleared.
 

Method Detail

historyChanged

void historyChanged(java.lang.String command)
Notifies the listener that a new element has been added to the history.

Parameters:
command - command that was added to the history.

historyCleared

void historyCleared()
Notifies the listeners that the history has been cleared.



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