List.removeActionListener
Class Overview | Class Members | 
  This Package | 
All Packages
 public synchronized void removeActionListener( ActionListener l )
Parameters
-  l 
-  the action listener.
    
Description
 Removes the specified action listener so that it no longer 
 receives action events from this list. Action events 
 occur when a user double-clicks on a list item.
  
See Also
     ActionEvent, ActionListener, addActionListener