Component.removeComponentListener
Class Overview | Class Members |
This Package |
All Packages
public synchronized void removeComponentListener( ComponentListener l )
Parameters
- l
- the component listener.
Description
Removes the specified component listener so that it no longer
receives component events from this component.
See Also
ComponentEvent, ComponentListener, addComponentListener