Archive for 'binding'
Bindable Read-Only Getters
8 September 2008I had the opportunity to clear up some confusion on ‘bindable’ read-only ‘getters’ so I thought I’d post.
If you mark your ActionScript class [Bindable], the compiler will generate propertyChange events for the class’s public variables and properties exposed through getters and setters.
When a property exposed through a get / set pair is modified, […]
