Packageorg.pranaframework.collections
Classpublic class TypedCollectionEvent
InheritanceTypedCollectionEvent Inheritance flash.events.Event

Describes an event generated by a TypedCollection



Public Properties
 PropertyDefined by
  item : Object
[read-only] Gets the item of the TypedCollectionEvent
TypedCollectionEvent
Public Methods
 MethodDefined by
  
TypedCollectionEvent(type:String, item:Object, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new TypedCollectionEvent instance
TypedCollectionEvent
Public Constants
 ConstantDefined by
  ADD : String = "add"
[static]
TypedCollectionEvent
Property detail
itemproperty
item:Object  [read-only]

Gets the item of the TypedCollectionEvent

Implementation
    public function get item():Object
Constructor detail
TypedCollectionEvent()constructor
public function TypedCollectionEvent(type:String, item:Object, bubbles:Boolean = false, cancelable:Boolean = false)

Creates a new TypedCollectionEvent instance

Parameters
type:String — the type of the event
 
item:Object — a flag indicating whether the event has to bubble or not
 
bubbles:Boolean (default = false) — a flag indicating whether the event can be cancelled or not
 
cancelable:Boolean (default = false)
Constant detail
ADDconstant
public static const ADD:String = "add"