Packageorg.igniterealtime.xiff.events
Classpublic class PropertyChangeEvent
InheritancePropertyChangeEvent Inheritance flash.events.Event

When a property is changed somewhere, someone might be interested to listen its current and previous values. Currently this is only used in RosterItemVO in order to replace the Flex counterpart.



Public Properties
 PropertyDefined By
  name : *
PropertyChangeEvent
  newValue : *
PropertyChangeEvent
  oldValue : *
PropertyChangeEvent
Public Methods
 MethodDefined By
  
PropertyChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
PropertyChangeEvent
  
clone():Event
[override]
PropertyChangeEvent
  
toString():String
[override]
PropertyChangeEvent
Public Constants
 ConstantDefined By
  CHANGE : String = change
[static]
PropertyChangeEvent
Property Detail
nameproperty
name:*


Implementation
    public function get name():*
    public function set name(value:any):void
newValueproperty 
newValue:*


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


Implementation
    public function get oldValue():*
    public function set oldValue(value:any):void
Constructor Detail
PropertyChangeEvent()Constructor
public function PropertyChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
toString()method 
override public function toString():String

Returns
String
Constant Detail
CHANGEConstant
public static const CHANGE:String = change