So that’s what it’s for: if you specify that an attribute of an object is “bindable”, then the UI automatically updates when it changes. (Or, more specifically, it generates a “propertyChanged” event, which is picked up by the MX framework to update.) Very handy!