Packagecom.adobe.rtc.events
Classpublic class ArrayCollectionEvent
InheritanceArrayCollectionEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  location : int
ArrayCollectionEvent
  newItem : *
ArrayCollectionEvent
  oldItem : *
ArrayCollectionEvent
Public Methods
 MethodDefined by
  
ArrayCollectionEvent(p_type:String, p_location:int = -1, p_oldItem:* = null, p_newItem:* = null)
ArrayCollectionEvent
  
clone():Event
ArrayCollectionEvent
Public Constants
 ConstantDefined by
  ADD : String = "add"
[static] The ArrayCollectionChangeEvent.ADD constant defines the value of the type property of the event object for an event that is dispatched when a value in ArrayCollection has been added.
ArrayCollectionEvent
  REMOVE : String = "remove"
[static] The ArrayCollectionChangeEvent.REMOVE constant defines the value of the type property of the event object for an event that is dispatched when a value in ArrayCollection has been removed.
ArrayCollectionEvent
  REMOVEALL : String = "removeAll"
[static]
ArrayCollectionEvent
  REPLACE : String = "replace"
[static] The ArrayCollectionChangeEvent.REPLACE constant defines the value of the type property of the event object for an event that is dispatched when a value in ArrayCollection has been modified.
ArrayCollectionEvent
Property detail
locationproperty
public var location:int
newItemproperty 
public var newItem:*
oldItemproperty 
public var oldItem:*
Constructor detail
ArrayCollectionEvent()constructor
public function ArrayCollectionEvent(p_type:String, p_location:int = -1, p_oldItem:* = null, p_newItem:* = null)Parameters
p_type:String
 
p_location:int (default = -1)
 
p_oldItem:* (default = null)
 
p_newItem:* (default = null)
Method detail
clone()method
public override function clone():Event

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

The ArrayCollectionChangeEvent.ADD constant defines the value of the type property of the event object for an event that is dispatched when a value in ArrayCollection has been added.

REMOVEconstant 
public static const REMOVE:String = "remove"

The ArrayCollectionChangeEvent.REMOVE constant defines the value of the type property of the event object for an event that is dispatched when a value in ArrayCollection has been removed.

REMOVEALLconstant 
public static const REMOVEALL:String = "removeAll"
REPLACEconstant 
public static const REPLACE:String = "replace"

The ArrayCollectionChangeEvent.REPLACE constant defines the value of the type property of the event object for an event that is dispatched when a value in ArrayCollection has been modified.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/events/ArrayCollectionEvent.html