Package org.eclipse.gef.commands
Interface CommandStackListener
- All Known Implementing Classes:
GraphicalEditor,GraphicalEditorWithFlyoutPalette,GraphicalEditorWithPalette
public interface CommandStackListener
Deprecated.
A CommandStackListener is notified whenever the
CommandStack's state
has changed.-
Method Summary
Modifier and TypeMethodDescriptionvoidcommandStackChanged(EventObject event) Deprecated.Called when theCommandStack's state has changed.
-
Method Details
-
commandStackChanged
Deprecated.Called when theCommandStack's state has changed.- Parameters:
event- the event
-
CommandStackEventListenerinstead and filter for post-events usingCommandStack.POST_MASK.