Class MenuAdapter

    • Constructor Summary

      Constructors 
      Constructor Description
      MenuAdapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void menuHidden​(MenuEvent e)
      Sent when a menu is hidden.
      void menuShown​(MenuEvent e)
      Sent when a menu is shown.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MenuAdapter

        public MenuAdapter()
    • Method Detail

      • menuHidden

        public void menuHidden​(MenuEvent e)
        Sent when a menu is hidden. The default behavior is to do nothing.
        Specified by:
        menuHidden in interface MenuListener
        Parameters:
        e - an event containing information about the menu operation
      • menuShown

        public void menuShown​(MenuEvent e)
        Sent when a menu is shown. The default behavior is to do nothing.
        Specified by:
        menuShown in interface MenuListener
        Parameters:
        e - an event containing information about the menu operation