| 
JavaTM 2 Platform Std. Ed. v1.4.1  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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.
ActionEvent, 
Tutorial: Java 1.1 Event Model, 
Reference: The Java Class Libraries (update file)| Method Summary | |
 void | 
actionPerformed(ActionEvent e)
Invoked when an action occurs.  | 
| Method Detail | 
public void actionPerformed(ActionEvent e)
  | 
JavaTM 2 Platform Std. Ed. v1.4.1  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.