List.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 list. Action events occur when a user double-clicks
on a list item.
See Also
ActionEvent, ActionListener, removeActionListener