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 TypeMethodDescriptionvoid
commandStackChanged
(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
-
CommandStackEventListener
instead and filter for post-events usingCommandStack.POST_MASK
.