On 15 Jan 2012, at 12:19, jude wrote:
What situation does "...force all the getters to be re-evaluated?"
In the case of bindings which were cited in the first post, you would
have to
1. Make a class [Bindable] or use to [Bindable] tag on multiple
properties without specifying a custom event.
and
2. Add an event listener/listeners using AS for PropertyChangeEvent on
this class (i.e. don't bind in MXML or use Flex built in classes for
setting up bindings), and invoke the getter without checking the value
of 'event.property'.
Tink