java.awt.event
Interface ActionListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
Action
All Known Implementing Classes:
AbstractAction, java.awt.List.AccessibleAWTList, javax.swing.JComponent.ActionStandin, javax.swing.Autoscroller.AutoScrollTimerAction, AWTEventMulticaster, ColorTracker, javax.swing.JSpinner.DisabledAction, java.awt.dnd.DropTarget.DropTargetAutoScroller, javax.swing.DefaultCellEditor.EditorDelegate, javax.swing.AbstractButton.ForwardActionEvents, javax.swing.ToolTipManager.insideTimerAction, JComboBox, javax.swing.ToolTipManager.outsideTimerAction, javax.swing.ToolTipManager.stillInsideTimerAction, javax.swing.text.DefaultCaret.UpdateHandler

public interface ActionListener
extends EventListener

Unsafe:


Method Summary
 void actionPerformed(ActionEvent e)
          Enabled: Invoked when an action occurs.
 

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Enabled: Invoked when an action occurs.



comments?