Module java.desktop

Interface ActionListener

    • Method Summary

      Modifier and Type Method Description
      void actionPerformed​(ActionEvent e)
      Invoked when an action occurs.
    • Method Detail

      • actionPerformed

        void actionPerformed​(ActionEvent e)
        Invoked when an action occurs.
        Parameters:
        e - the event to be processed