Interface CommandStackListener

All Known Implementing Classes:
GraphicalEditor, GraphicalEditorWithFlyoutPalette, GraphicalEditorWithPalette

@Deprecated(since="3.11", forRemoval=true) public interface CommandStackListener
Deprecated, for removal: This API element is subject to removal in a future version.
Use CommandStackEventListener instead and filter for post-events using CommandStack.POST_MASK. This interface will be removed after the 2027-03 release.
A CommandStackListener is notified whenever the CommandStack's state has changed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Called when the CommandStack's state has changed.
  • Method Details

    • commandStackChanged

      void commandStackChanged(EventObject event)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Called when the CommandStack's state has changed.
      Parameters:
      event - the event