org.jscience.architecture.traffic.simulation.statistics
Class StatisticsController.ScrollListener

java.lang.Object
  extended by org.jscience.architecture.traffic.simulation.statistics.StatisticsController.ScrollListener
All Implemented Interfaces:
java.awt.event.AdjustmentListener, java.util.EventListener
Enclosing class:
StatisticsController

protected class StatisticsController.ScrollListener
extends java.lang.Object
implements java.awt.event.AdjustmentListener

DOCUMENT ME!


Constructor Summary
protected StatisticsController.ScrollListener()
           
 
Method Summary
 void adjustmentValueChanged(java.awt.event.AdjustmentEvent e)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsController.ScrollListener

protected StatisticsController.ScrollListener()
Method Detail

adjustmentValueChanged

public void adjustmentValueChanged(java.awt.event.AdjustmentEvent e)
DOCUMENT ME!

Specified by:
adjustmentValueChanged in interface java.awt.event.AdjustmentListener
Parameters:
e - DOCUMENT ME!