protected class WindStaff.ArrowWindListener
extends java.lang.Object
implements java.beans.PropertyChangeListener
Constructor and Description |
---|
ArrowWindListener()
Constructs from nothing.
|
Modifier and Type | Method and Description |
---|---|
void |
propertyChange(java.beans.PropertyChangeEvent event)
Handles a change to a WindArrow's "wind" property.
|
void |
setEnabled(boolean yes)
Sets whether or not this instance responds to property-change events.
|
public void propertyChange(java.beans.PropertyChangeEvent event)
propertyChange
in interface java.beans.PropertyChangeListener
event
- The property-change event.public void setEnabled(boolean yes) throws visad.VisADException, java.rmi.RemoteException
yes
- Whether or not this instance responds to
property-change events.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.