On Sat, Jan 14, 2012 at 2:32 PM, Tink <f...@tink.ws> wrote: > If you don't specify a custom event (which IMO is lazy), it still > shouldn't run all the getters, as when the PropertyChangeEvent is caught, > the value of 'event.property' is checked. If the string matches the name of > the property that the code it interested in, the getter is invoked, if not, > nothing happens (i.e. it doesn't force all the getters to be re-evaluated). >
What situation does "...force all the getters to be re-evaluated?"