holoedit.gui
Class CounterPanel.SourisMotion

java.lang.Object
  extended by holoedit.gui.CounterPanel.SourisMotion
All Implemented Interfaces:
java.awt.event.MouseMotionListener, java.util.EventListener
Enclosing class:
CounterPanel

 class CounterPanel.SourisMotion
extends java.lang.Object
implements java.awt.event.MouseMotionListener


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

Constructor Detail

CounterPanel.SourisMotion

CounterPanel.SourisMotion()
Method Detail

mouseMoved

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

mouseDragged

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