Button.addActionListener
Class Overview | Class Members |
This Package |
All Packages
public synchronized void addActionListener( ActionListener l )
Parameters
- l
- the action listener.
Description
Adds the specified action listener to receive action events from
this button. Action events occur when a user presses or releases
the mouse over this button.
See Also
ActionListener, removeActionListener