Component.addMouseMotionListener

Component.addMouseMotionListener

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized void addMouseMotionListener( MouseMotionListener l )
Parameters
l
the mouse motion listener.
Description
Adds the specified mouse motion listener to receive mouse motion events from this component.

See Also
MouseMotionEvent, MouseMotionListener, removeMouseMotionListener