ucar.unidata.view.sounding
Class WindStaff.ArrowMapSetListener

java.lang.Object
  extended by ucar.unidata.view.sounding.WindStaff.ArrowMapSetListener
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
WindStaff

protected class WindStaff.ArrowMapSetListener
extends Object
implements PropertyChangeListener

Provides support for observing changes in the set of ScalarMap-s of a WindArrow.


Constructor Summary
WindStaff.ArrowMapSetListener()
          Constructs from nothing.
 
Method Summary
 void propertyChange(PropertyChangeEvent event)
          Handles a change to a WindArrow's "scalarMapSet" property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindStaff.ArrowMapSetListener

public WindStaff.ArrowMapSetListener()
Constructs from nothing.

Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent event)
Handles a change to a WindArrow's "scalarMapSet" property.

Specified by:
propertyChange in interface PropertyChangeListener
Parameters:
event - The property-change event.