Interface MenuTreeStructureChangeListener

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface MenuTreeStructureChangeListener
Indicates that there has been a structural change in the list, for example addition or removal of a menu item in the tree. You normally subscribe to this from MenuManagerServer
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The tree has structurally changed.
  • Method Details

    • treeStructureChanged

      void treeStructureChanged(MenuItem parentHint)
      The tree has structurally changed.
      Parameters:
      parentHint - a hint as to where the change occurred.