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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
menuItemShown(JMenuItem menuItem)
-
-
-
Method Detail
-
menuItemShown
void menuItemShown(JMenuItem menuItem)
-
-