Package ucar.unidata.view.sounding
Class WindStaff.ArrowWindListener
java.lang.Object
ucar.unidata.view.sounding.WindStaff.ArrowWindListener
- All Implemented Interfaces:
- PropertyChangeListener,- EventListener
- Enclosing class:
- WindStaff
Provides support for observing changes in the "wind" property of a
 WindArrow.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidHandles a change to a WindArrow's "wind" property.voidsetEnabled(boolean yes) Sets whether or not this instance responds to property-change events.
- 
Constructor Details- 
ArrowWindListenerpublic ArrowWindListener()Constructs from nothing.
 
- 
- 
Method Details- 
propertyChangeHandles a change to a WindArrow's "wind" property.- Specified by:
- propertyChangein interface- PropertyChangeListener
- Parameters:
- event- The property-change event.
 
- 
setEnabledSets whether or not this instance responds to property-change events.- Parameters:
- yes- Whether or not this instance responds to property-change events.
- Throws:
- VisADException- VisAD failure.
- RemoteException- Java RMI failure.
 
 
-