Skip navigation
Currently Being Moderated

What does this mean? and how to I get the propertyChange event

Aug 2, 2012 11:35 AM

what does this mean?

 

"This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange event."

 

how would i impliment this to find when the value changes?

 
Replies
  • Currently Being Moderated
    Aug 3, 2012 12:09 AM   in reply to springframework

    Assign event listener to the target class having this property to that event type PropertyChangeEvent.PROPERTY_CHANGE

    and you'll have it handled post factum. It's better to use setter&getter approach to handle value changes for particular property.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points