Package com.thecoderscorner.menu.mgr
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.
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 TypeMethodDescriptionvoidtreeStructureChanged(MenuItem parentHint) The tree has structurally changed.
-
Method Details