anl.aida.plot
Class Map3DPlotCreator.TimeStepListener

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

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


Field Summary
private  MapToolTipper tipper
           
private  TimeStepWidget widget
           
 
Constructor Summary
Map3DPlotCreator.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

Map3DPlotCreator.TimeStepListener

public Map3DPlotCreator.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