Interface MenuItemShownListener

  • All Known Implementing Classes:
    EnableCheckMenuItemShownListener

    public interface MenuItemShownListener
    An object that is notified when a particular menu item is shown e.g. to set its enabled state.
    • Method Detail

      • menuItemShown

        void menuItemShown​(JMenuItem menuItem)