Package ucar.unidata.view.sounding
Class WindStaff.ArrowMapSetListener
java.lang.Object
ucar.unidata.view.sounding.WindStaff.ArrowMapSetListener
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
- Enclosing class:
WindStaff
Provides support for observing changes in the set of ScalarMap-s of a
WindArrow.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Handles a change to a WindArrow's "scalarMapSet" property.
-
Constructor Details
-
ArrowMapSetListener
public ArrowMapSetListener()Constructs from nothing.
-
-
Method Details
-
propertyChange
Handles a change to a WindArrow's "scalarMapSet" property.- Specified by:
propertyChange
in interfacePropertyChangeListener
- Parameters:
event
- The property-change event.
-