| Package | org.openPyro.collections.events |
| Class | public class CollectionEvent |
| Inheritance | CollectionEvent flash.events.Event |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
CollectionEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| CollectionEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| COLLECTION_CHANGED : String = "collectionChanged" [static]
| CollectionEvent | ||
| delta | property |
public var delta:ArrayThe difference between the old state and the new state
| eventNode | property |
public var eventNode:ObjectThe 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
| kind | property |
public var kind:String
| CollectionEvent | () | constructor |
public function CollectionEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| COLLECTION_CHANGED | constant |
public static const COLLECTION_CHANGED:String = "collectionChanged"