Interface ActionListener

All Superinterfaces:
EventListener, GuiseEventListener
All Known Implementing Classes:
AbstractNavigateActionListener, AbstractNavigateModalActionListener, AbstractSelectActionControl.SelectActionListener, NavigateActionListener, NavigateModalActionListener

public interface ActionListener extends GuiseEventListener
An object that listens for action events.
Author:
Garret Wilson
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when an action is initiated.
  • Method Details

    • actionPerformed

      void actionPerformed(ActionEvent actionEvent)
      Called when an action is initiated.
      Parameters:
      actionEvent - The event indicating the source of the action.