public interface ActionListener extends EventListener
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)Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e)
Invoked when an action occurs.
|
void actionPerformed(ActionEvent e)
Copyright © 2012 CableLabs. All Rights Reserved.