All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.awt.event.ActionListener

public interface interface ActionListener
extends EventListener
The listener interface for receiving action events.

Version:
1.6 23 Nov 1996
Author:
Carl Quinn

Method Index

 o actionPerformed(ActionEvent)
Invoked when an action occurs.

Methods

 o actionPerformed
 public abstract void actionPerformed(ActionEvent e)
Invoked when an action occurs.


All Packages  Class Hierarchy  This Package  Previous  Next  Index