Packageorg.osmf.smpte.tt.events
Classpublic class PropertyChangedEvent
InheritancePropertyChangedEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  newValue : Object
Gets or sets the new value of the property that changed
PropertyChangedEvent
  oldValue : Object
Gets or sets the previous value of the property that changed
PropertyChangedEvent
  propertyName : String
Gets or sets the property name that changed
PropertyChangedEvent
Public Methods
 MethodDefined By
  
PropertyChangedEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, propertyName:String = null, newValue:* = null, oldValue:* = null)
PropertyChangedEvent
Public Constants
 ConstantDefined By
  PROPERTY_CHANGED : String = propertychanged
[static]
PropertyChangedEvent
Property Detail
newValueproperty
newValue:Object

Gets or sets the new value of the property that changed


Implementation
    public function get newValue():Object
    public function set newValue(value:Object):void
oldValueproperty 
oldValue:Object

Gets or sets the previous value of the property that changed


Implementation
    public function get oldValue():Object
    public function set oldValue(value:Object):void
propertyNameproperty 
propertyName:String

Gets or sets the property name that changed


Implementation
    public function get propertyName():String
    public function set propertyName(value:String):void
Constructor Detail
PropertyChangedEvent()Constructor
public function PropertyChangedEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, propertyName:String = null, newValue:* = null, oldValue:* = null)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
propertyName:String (default = null)
 
newValue:* (default = null)
 
oldValue:* (default = null)
Constant Detail
PROPERTY_CHANGEDConstant
public static const PROPERTY_CHANGED:String = propertychanged