Interface ActionListener


  • public interface ActionListener
    The java.awt.event.ActionListener clone
    Author:
    gianpiero.diblasi
    • Method Detail

      • actionPerformed

        void actionPerformed​(ActionEvent event)
        Clone of java.awt.event.ActionListener.actionPerformed
        Parameters:
        event - The event
      • $apply

        default void $apply​(ActionEvent event)
        Used to perform lambda calls
        Parameters:
        event - The event