Class Controller.SpeedBarListener

java.lang.Object
  |
  +--Controller.SpeedBarListener
All Implemented Interfaces:
java.awt.event.AdjustmentListener, java.util.EventListener
Enclosing class:
Controller

class Controller.SpeedBarListener
extends java.lang.Object
implements java.awt.event.AdjustmentListener

Inner class for handling the SpeedBar control.


Constructor Summary
(package private) Controller.SpeedBarListener()
           
 
Method Summary
 void adjustmentValueChanged(java.awt.event.AdjustmentEvent e)
          Handles the SpeedBar control.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Controller.SpeedBarListener

Controller.SpeedBarListener()
Method Detail

adjustmentValueChanged

public void adjustmentValueChanged(java.awt.event.AdjustmentEvent e)
Handles the SpeedBar control. Speed control is nonlinear, and the formula used is a hack job that should be replaced.
Specified by:
adjustmentValueChanged in interface java.awt.event.AdjustmentListener
Parameters:
e - the Event that invoked this handler (ignored).


Generated by BlueJ