org.jhotdraw.util
Interface CommandListener

All Known Implementing Classes:
CommandMenu, CTXCommandMenu, UndoableCommand

public interface CommandListener

Version:
<$CURRENT_VERSION$>

Method Summary
 void commandExecutable(java.util.EventObject commandEvent)
           
 void commandExecuted(java.util.EventObject commandEvent)
           
 void commandNotExecutable(java.util.EventObject commandEvent)
           
 

Method Detail

commandExecuted

public void commandExecuted(java.util.EventObject commandEvent)

commandExecutable

public void commandExecutable(java.util.EventObject commandEvent)

commandNotExecutable

public void commandNotExecutable(java.util.EventObject commandEvent)