org.eclipse.gef.commands
Interface CommandStackListener

All Known Implementing Classes:
GraphicalEditor, TreeContentProvider

public interface CommandStackListener

A CommandStackListener is notified whenever the CommandStack's state has changed.


Method Summary
 void commandStackChanged(java.util.EventObject event)
          Called when the CommandStack's state has changed.
 

Method Detail

commandStackChanged

public void commandStackChanged(java.util.EventObject event)
Called when the CommandStack's state has changed.

Parameters:
event - the event