com.mindbright.terminal
Interface TerminalMenuListener

All Known Implementing Classes:
BasicClient, ModuleBaseTerminal, SSHMenuHandler, SSHMenuHandlerFull

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

public void update()
Called when the menu is updated


close

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

Parameters:
origMenu - the menu where close was selected