org.rosuda.deducer.widgets.event
Class RMouseMotionListener

java.lang.Object
  extended by org.rosuda.deducer.widgets.event.RListener
      extended by org.rosuda.deducer.widgets.event.RMouseMotionListener
All Implemented Interfaces:
java.awt.event.MouseMotionListener, java.util.EventListener

public class RMouseMotionListener
extends RListener
implements java.awt.event.MouseMotionListener


Constructor Summary
RMouseMotionListener()
           
 
Method Summary
 void mouseDragged(java.awt.event.MouseEvent arg0)
           
 void mouseMoved(java.awt.event.MouseEvent arg0)
           
 
Methods inherited from class org.rosuda.deducer.widgets.event.RListener
eventOccured, getFunction, setFunction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMouseMotionListener

public RMouseMotionListener()
Method Detail

mouseDragged

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

mouseMoved

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