Package org.eclipse.gef.commands
Interface CommandStackListener
-
- All Known Implementing Classes:
GraphicalEditor
,GraphicalEditorWithFlyoutPalette
,GraphicalEditorWithPalette
public interface CommandStackListener
Deprecated.UseCommandStackEventListener
instead and filter for post-events usingCommandStack.POST_MASK
.A CommandStackListener is notified whenever theCommandStack
's state has changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
commandStackChanged(java.util.EventObject event)
Deprecated.Called when theCommandStack
's state has changed.
-
-
-
Method Detail
-
commandStackChanged
void commandStackChanged(java.util.EventObject event)
Deprecated.Called when theCommandStack
's state has changed.- Parameters:
event
- the event
-
-