GEF v2.0

org.eclipse.gef.commands
Interface CommandStackListener

All Known Implementing Classes:
StackAction, TreeContentProvider

public interface CommandStackListener

This is the interface used to listen to a CommandStack.


Field Summary
static String copyright
           
 
Method Summary
 void commandStackChanged(EventObject event)
          This is called with the CommandStack's state has changed.
 

Field Detail

copyright

public static final String copyright
Method Detail

commandStackChanged

public void commandStackChanged(EventObject event)
This is called with the CommandStack's state has changed.

GEF v2.0