Package org.eclipse.gef.commands
Interface CommandStackEventListener
- All Known Implementing Classes:
- GraphicalEditor,- GraphicalEditorWithFlyoutPalette,- GraphicalEditorWithPalette
public interface CommandStackEventListener
A listener interface for receiving notification before and after commands are
 executed, undone, or redone.
- Since:
- 3.1
- 
Method SummaryModifier and TypeMethodDescriptionvoidstackChanged(CommandStackEvent event) Sent when an event occurs on the command stack.
- 
Method Details- 
stackChangedSent when an event occurs on the command stack.CommandStackEvent.getDetail()can be used to identify the type of event which has occurred.- Parameters:
- event- the event
- Since:
- 3.1
 
 
-