Packagecom.brightcove.api.events
Classpublic class PropertyChangeEvent
InheritancePropertyChangeEvent Inheritance flash.events.Event

Events broadcast when a property changes in a bindable component. See the article, Player API Examples, which has code examples of this event in the Badge sample.



Public Properties
 PropertyDefined By
  property : String
[read-only] The name of the property that changed.
PropertyChangeEvent
Public Methods
 MethodDefined By
  
PropertyChangeEvent(type:String, property:String)
Constructor.
PropertyChangeEvent
  
clone():Event
[override] Returns a copy of the event instance.
PropertyChangeEvent
Public Constants
 ConstantDefined By
  CHANGE : String = propertyChange
[static] The PropertyChangeEvent.CHANGE constant defines the value of the type property of the event object for a propertyChange event.
PropertyChangeEvent
Property Detail
propertyproperty
property:String  [read-only]

The name of the property that changed.


Implementation
    public function get property():String
Constructor Detail
PropertyChangeEvent()Constructor
public function PropertyChangeEvent(type:String, property:String)

Constructor.

Parameters
type:String — name if the event.
 
property:String — property that changed.
Method Detail
clone()method
override public function clone():Event

Returns a copy of the event instance.

Returns
Event — A copy of the event.
Constant Detail
CHANGEConstant
public static const CHANGE:String = propertyChange

The PropertyChangeEvent.CHANGE constant defines the value of the type property of the event object for a propertyChange event.