fr.inria.ketuk.scriptEventHandler
Class ScriptMouseMotionHandler

java.lang.Object
  |
  +--fr.inria.ketuk.scriptEventHandler.ScriptMouseMotionHandler
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseMotionListener

public class ScriptMouseMotionHandler
extends java.lang.Object
implements java.awt.event.MouseMotionListener

A listener class which handle mouseMotion events

Author:
Claude Pasquier

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

Constructor Detail

ScriptMouseMotionHandler

public ScriptMouseMotionHandler()
Method Detail

mouseDragged

public void mouseDragged(java.awt.event.MouseEvent event)
Specified by:
mouseDragged in interface java.awt.event.MouseMotionListener

mouseMoved

public void mouseMoved(java.awt.event.MouseEvent event)
Specified by:
mouseMoved in interface java.awt.event.MouseMotionListener