infpp.oceanlife
Class OceanGUI.MouseWheelListenerEx

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

 class OceanGUI.MouseWheelListenerEx
extends java.lang.Object
implements java.awt.event.MouseWheelListener

Author:
tdu This class reacts to turning the mouse wheel, which we use to set the speed of the animation.

Constructor Summary
OceanGUI.MouseWheelListenerEx()
           
 
Method Summary
 void mouseWheelMoved(java.awt.event.MouseWheelEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OceanGUI.MouseWheelListenerEx

OceanGUI.MouseWheelListenerEx()
Method Detail

mouseWheelMoved

public void mouseWheelMoved(java.awt.event.MouseWheelEvent e)
Specified by:
mouseWheelMoved in interface java.awt.event.MouseWheelListener