nextapp.echo.event
Interface ActionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AbstractButton, AskScriptNameDialog, AskVariableNameDialog, BooleanEditor, BooleanViewer, BoundTableModel, ComponentInspectorDialog, CSSButton, DateEditor, Dialog, DialogPanel, DynaCheckBox, DynaColorChooserDialog, DynaConfirmButton, DynaDateField, DynaListBox, DynaQuickSelectFieldDialog, DynaRadioButtonList, DynaSelectField, DynaTable, DynaTableSortDialog, DynaTextField, DynaTimeField, EditableBoundTableModel, EventSourceSupport, ExitButton, FontChooser, HighlightSuccessModel, InsetsEditorDialog, JamonScreen.JamonScreenTableModel, JavaBeanPropertyEditorDialog, MenuBar, MySortableTableHeaderRenderer, NonSortableTableHeaderRenderer, PickScriptVariableDialog, ScrapDialog, SelectScriptDialog, ServerFileNameDialog, SortableTableHeaderRenderer, StackTraceViewerDialog, StyleManagerEditStyleDialog, TabbedPane.DefaultCloseActionListener, TestDialog, ValidationDialog, WizardPane

public interface ActionListener
extends java.util.EventListener

The listener interface for receiving action events.

See Also:
ActionEvent

Method Summary
 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 describing the action.