com.yobotics.simulationconstructionset.gui
Class TimeStepMouseWheelListener

java.lang.Object
  extended by com.yobotics.simulationconstructionset.gui.TimeStepMouseWheelListener
All Implemented Interfaces:
java.awt.event.MouseWheelListener, java.util.EventListener

public class TimeStepMouseWheelListener
extends java.lang.Object
implements java.awt.event.MouseWheelListener

Author:
jcarff Mouse Wheel Listener for time step incrementing

Constructor Summary
TimeStepMouseWheelListener(SimulationConstructionSet sim)
           
 
Method Summary
 void mouseWheelMoved(java.awt.event.MouseWheelEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeStepMouseWheelListener

public TimeStepMouseWheelListener(SimulationConstructionSet sim)
Method Detail

mouseWheelMoved

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