Interface MenuItemShownListener
-
public interface MenuItemShownListenerAn 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 voidmenuItemShown(JMenuItem menuItem)
-
-
-
Method Detail
-
menuItemShown
void menuItemShown(JMenuItem menuItem)
-
-