PropertyChangeEvent
event gets delivered whenever a model changes a "bound" or "constrained" property. A PropertyChangeEvent
object is sent as an argument to the PropertyChangeListener handling. Normally PropertyChangeEvent are accompanied by the name and the old and new value of the changed property. If the new value is a primitive type (such as int or boolean) it must be wrapped as the corresponding java.lang.* Object type (such as Integer or Boolean)
@author thanh_vucong
|
|