Packageorg.openPyro.collections.events
Classpublic class CollectionEvent
InheritanceCollectionEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  delta : Array
The difference between the old state and the new state
CollectionEvent
  eventNode : Object
The data node around near which this event happened.
CollectionEvent
  kind : String
CollectionEvent
Public Methods
 MethodDefined by
  
CollectionEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
CollectionEvent
Public Constants
 ConstantDefined by
  COLLECTION_CHANGED : String = "collectionChanged"
[static]
CollectionEvent
Property detail
deltaproperty
public var delta:Array

The difference between the old state and the new state

eventNodeproperty 
public var eventNode:Object

The data node around near which this event happened. For example, in case of elements added to a tree the property is used to find what the parentNode of the newly added branch is. Note: This is not the DisplayObject associated with the data

kindproperty 
public var kind:String

Constructor detail
CollectionEvent()constructor
public function CollectionEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
COLLECTION_CHANGEDconstant
public static const COLLECTION_CHANGED:String = "collectionChanged"