public
interfaceActionListener
extends
EventListener
Overview
Inheritance
Members
Usage
Source
Books
Since1.1
Version1.24 05/05/07
Author(s)Carl Quinn
The listener interface for receiving action events.
The class that is interested in processing an action event
implements this interface, and the object created with that
class is registered with a component, using the component's
addActionListener method. When the action event
occurs, that object's actionPerformed method is
invoked.
addActionListenermethod. When the action event occurs, that object'sactionPerformedmethod is invoked.