Package org.eclipse.gef.commands
Interface CommandStackListener
- All Known Implementing Classes:
GraphicalEditor
,GraphicalEditorWithFlyoutPalette
,GraphicalEditorWithPalette
Deprecated, for removal: This API element is subject to removal in a future version.
A CommandStackListener is notified whenever the
CommandStack
's state
has changed.-
Method Summary
Modifier and TypeMethodDescriptionvoid
commandStackChanged
(EventObject event) Deprecated, for removal: This API element is subject to removal in a future version.Called when theCommandStack
's state has changed.
-
Method Details
-
commandStackChanged
Deprecated, for removal: This API element is subject to removal in a future version.Called when theCommandStack
's state has changed.- Parameters:
event
- the event
-
CommandStackEventListener
instead and filter for post-events usingCommandStack.POST_MASK
. This interface will be removed after the 2027-03 release.