org.moyoman.client.reference
Class Moyoman$1

java.lang.Object
  |
  +--java.awt.event.MouseMotionAdapter
        |
        +--org.moyoman.client.reference.Moyoman$1
All Implemented Interfaces:
EventListener, MouseMotionListener

synchronized class Moyoman$1
extends MouseMotionAdapter


Constructor Summary
(package private) Moyoman$1(Moyoman)
           
 
Method Summary
 void mouseMoved(MouseEvent)
           
 
Methods inherited from class java.awt.event.MouseMotionAdapter
mouseDragged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Moyoman$1

Moyoman$1(Moyoman)
Method Detail

mouseMoved

public void mouseMoved(MouseEvent)
Specified by:
mouseMoved in interface MouseMotionListener
Overrides:
mouseMoved in class MouseMotionAdapter