anl.aida.plot
Class MapPlotCreator.TimeStepListener

java.lang.Object
  extended by anl.aida.plot.MapPlotCreator.TimeStepListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ChangeListener
Enclosing class:
MapPlotCreator

private static class MapPlotCreator.TimeStepListener
extends java.lang.Object
implements javax.swing.event.ChangeListener


Field Summary
private  MapToolTipper tipper
           
private  TimeStepWidget widget
           
 
Constructor Summary
MapPlotCreator.TimeStepListener(TimeStepWidget widget, MapToolTipper tipper)
           
 
Method Summary
 void stateChanged(javax.swing.event.ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

widget

private TimeStepWidget widget

tipper

private MapToolTipper tipper
Constructor Detail

MapPlotCreator.TimeStepListener

public MapPlotCreator.TimeStepListener(TimeStepWidget widget,
                                       MapToolTipper tipper)
Parameters:
widget -
tipper -
Method Detail

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener