Interface MenuItemClickHandler


public interface MenuItemClickHandler
Custom click event handler interface.
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The method is called if the user selects a menu item associated with the click event.
  • Method Details

    • onMenuItemClick

      void onMenuItemClick(Object menuItem)
      The method is called if the user selects a menu item associated with the click event. The menu is in MenuOperation.CUSTOM_EVENT mode.
      Parameters:
      menuItem - Object representing the selected menu item