Posts tagged as:

propertyChange

The following example shows how you can detect when a property’s value changes on a Flex Gumbo LinearGradient object by listening for the propertyChange event (using PropertyChangeEvent.PROPERTY_CHANGE constant).

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can detect changes to an Object object by listening for the propertyChange event on the ObjectProxy instance.

Full code after the jump.

[click to continue…]

{ 0 comments }