Interface ActionListenable

    • Method Detail

      • addActionListener

        void addActionListener​(ActionListener actionListener)
        Adds an action listener.
        Parameters:
        actionListener - The action listener to add.
      • removeActionListener

        void removeActionListener​(ActionListener actionListener)
        Removes an action listener.
        Parameters:
        actionListener - The action listener to remove.