Package com.jbstrap.ui.interfaces
Interface MenuItemClickHandler
public interface MenuItemClickHandler
Custom click event handler interface.
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onMenuItemClick
(Object menuItem) The method is called if the user selects a menu item associated with the click event.
-
Method Details
-
onMenuItemClick
The method is called if the user selects a menu item associated with the click event. The menu is inMenuOperation.CUSTOM_EVENT
mode.- Parameters:
menuItem
- Object representing the selected menu item
-