org.jhotdraw.standard
Class AbstractCommand.EventDispatcher
java.lang.Object
org.jhotdraw.standard.AbstractCommand.EventDispatcher
- Enclosing class:
- AbstractCommand
public static class AbstractCommand.EventDispatcher
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCommand.EventDispatcher
public AbstractCommand.EventDispatcher(Command newObservedCommand)
fireCommandExecutedEvent
public void fireCommandExecutedEvent()
fireCommandExecutableEvent
public void fireCommandExecutableEvent()
fireCommandNotExecutableEvent
public void fireCommandNotExecutableEvent()
addCommandListener
public void addCommandListener(CommandListener newCommandListener)
removeCommandListener
public void removeCommandListener(CommandListener oldCommandListener)