com.bonevich.erj.ui
Class CommandManager

java.lang.Object
  |
  +--com.bonevich.erj.ui.CommandManager

public final class CommandManager
extends java.lang.Object

A class that manages the history of command execution


Constructor Summary
CommandManager()
           
 
Method Summary
 java.util.Iterator getRegistryIterator()
           
 void invoke(Command cmd)
           
 void register(Command cmd)
           
protected  void updateAllRegisteredCommands()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandManager

public CommandManager()
Method Detail

register

public void register(Command cmd)

getRegistryIterator

public java.util.Iterator getRegistryIterator()

updateAllRegisteredCommands

protected void updateAllRegisteredCommands()

invoke

public void invoke(Command cmd)


Copyright © 2001-2003 bonevich.com. All Rights Reserved.