Button.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 button. Action events occur
when a user presses or releases the mouse over this button.
See Also
ActionListener, addActionListener