Package org.patternfly.component.menu
Interface MenuActionHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAction
(Menu menu, MenuItem item, MenuItemAction itemAction)
-
Method Details