Interface ActionListener

All Known Implementing Classes:
PopOverUIExample

public interface ActionListener
Classes interested in processing component actions such as the pressing of a button should implement this interface. Similar in function to ActionListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Implement this method to perform your action
  • Method Details

    • actionPerformed

      void actionPerformed(ActionEvent event)
      Implement this method to perform your action
      Parameters:
      event - the event