API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.event. MouseMotionListener View Source
Author(s)
Amy Fowler
Since
1.1
Version
1.17, 04/13/06
Serial
Hierarchy
 EventListener
      MouseMotionListener
Subinterfaces
Description
public interface MouseMotionListener
  The listener interface for receiving mouse motion events on a component.
Methods
Hide/Show inherited methods
public void mouseDragged (MouseEvent e)
  Invoked when a mouse button is pressed on a component and then dragged.
public void mouseMoved (MouseEvent e)
Invoked when the mouse cursor has been moved onto a component but no buttons have been pushed.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar