-
Constructor Summary 
Constructors
Constructs a PropertyChangeHandler
.
-
Method Summary 
void
This method gets called when a bound property is changed.
Methods declared in class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
PropertyChangeHandler 
public PropertyChangeHandler()
Constructs a PropertyChangeHandler
.
-
Method Details 
-
propertyChange 
This method gets called when a bound property is changed.
- Specified by:
propertyChange
in interface PropertyChangeListener
- Parameters:
e
- A PropertyChangeEvent object describing the event source
and the property that has changed.