Packageorg.springextensions.actionscript.collections
SVN browsingTypedCollectionEvent.as
FisheyeTypedCollectionEvent.as
Classpublic class TypedCollectionEvent
InheritanceTypedCollectionEvent Inheritance flash.events.Event

Describes an event generated by a TypedCollection

Authors: Christophe Herreman, Bert Vandamme
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1



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
  
clone():Event
Returns an exact copy of the current TypedCollectionEvent instance.
TypedCollectionEvent
Public Constants
 ConstantDefined by
  ADD : String = "add"
[static] Defines the value of the type property of a TypedCollectionEvent.ADD event object.
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)
Method detail
clone()method
public override function clone():Event

Returns an exact copy of the current TypedCollectionEvent instance.

Returns
Event
Constant detail
ADDconstant
public static const ADD:String = "add"

Defines the value of the type property of a TypedCollectionEvent.ADD event object.