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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Handles a change to a WindArrow's "wind" property.void
setEnabled
(boolean yes) Sets whether or not this instance responds to property-change events.
-
Constructor Details
-
ArrowWindListener
public ArrowWindListener()Constructs from nothing.
-
-
Method Details
-
propertyChange
Handles a change to a WindArrow's "wind" property.- Specified by:
propertyChange
in interfacePropertyChangeListener
- Parameters:
event
- The property-change event.
-
setEnabled
Sets 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.
-