infpp.oceanlife
Class OceanGUI.MouseMotionListenerEx

java.lang.Object
  extended by java.awt.event.MouseMotionAdapter
      extended by infpp.oceanlife.OceanGUI.MouseMotionListenerEx
All Implemented Interfaces:
java.awt.event.MouseMotionListener, java.util.EventListener
Enclosing class:
OceanGUI

 class OceanGUI.MouseMotionListenerEx
extends java.awt.event.MouseMotionAdapter

Author:
tdu This class provides the current position of the pointer, useful for the fire mode.

Constructor Summary
OceanGUI.MouseMotionListenerEx()
           
 
Method Summary
 void mouseMoved(java.awt.event.MouseEvent e)
           
 
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

OceanGUI.MouseMotionListenerEx

OceanGUI.MouseMotionListenerEx()
Method Detail

mouseMoved

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