Component.removeMouseMotionListener

Component.removeMouseMotionListener

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized void removeMouseMotionListener( MouseMotionListener l )
Parameters
l
the mouse motion listener.
Description
Removes the specified mouse motion listener so that it no longer receives mouse motion events from this component.

See Also
MouseMotionEvent, MouseMotionListener, addMouseMotionListener