from Java Sun's JavaBeans tutorial:
"The accessor methods for a bound property are defined in the same way as those for simple properties. However, you also need to provide the event listener registration methods forPropertyChangeListener classes and fire a PropertyChangeEvent (in the API reference documentation) event to the PropertyChangeListener objects by calling their propertyChange methods"
Can someone provide a short example of this? I'm not sure I totally understand the whole paragraph but I can't pinpoint what exactly I'm not getting.