com.mindbright.terminal
Interface TerminalMenuListener

All Known Implementing Classes:
BasicClient, MindTermTelnet, ModuleBaseTerminal, ModuleDebugConsoleImpl, ModuleTelnetImpl, ModuleTerminalImpl, SSHMenuHandler, SSHMenuHandlerFull, SSHMenuHandlerFullAWT, SSHMenuHandlerFullSwing

public interface TerminalMenuListener

Interface for classes interested in menu events


Method Summary
 void close(TerminalMenuHandler origMenu)
          Called when the user has selected close in the menu
 void update()
          Called when the menu is updated
 

Method Detail

update

void update()
Called when the menu is updated


close

void close(TerminalMenuHandler origMenu)
Called when the user has selected close in the menu

Parameters:
origMenu - the menu where close was selected