swingwt.awt.event
Class MouseMotionAdapter

java.lang.Object
  extended byswingwt.awt.event.MouseMotionAdapter
All Implemented Interfaces:
java.util.EventListener, MouseMotionListener

public class MouseMotionAdapter
extends java.lang.Object
implements MouseMotionListener


Constructor Summary
MouseMotionAdapter()
           
 
Method Summary
 void mouseDragged(MouseEvent e)
           
 void mouseMoved(MouseEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MouseMotionAdapter

public MouseMotionAdapter()
Method Detail

mouseDragged

public void mouseDragged(MouseEvent e)
Specified by:
mouseDragged in interface MouseMotionListener

mouseMoved

public void mouseMoved(MouseEvent e)
Specified by:
mouseMoved in interface MouseMotionListener