Packageorg.igniterealtime.xiff.collections.events
Classpublic final class CollectionEventKind
InheritanceCollectionEventKind Inheritance Object

The CollectionEventKind class contains constants for the valid values of the CollectionEvent class kind property.



Public Constants
 ConstantDefined By
  ADD : String = add
[static] Indicates that the collection added an item or items.
CollectionEventKind
  REMOVE : String = remove
[static] Indicates that the collection removed an item or items.
CollectionEventKind
  REPLACE : String = replace
[static] Indicates that the item at the position identified by the CollectionEvent location property has been replaced.
CollectionEventKind
  RESET : String = reset
[static] Indicates that the collection has changed so drastically that a reset is required.
CollectionEventKind
  UPDATE : String = update
[static] Indicates that one or more items were updated within the collection.
CollectionEventKind
Constant Detail
ADDConstant
public static const ADD:String = add

Indicates that the collection added an item or items.

REMOVEConstant 
public static const REMOVE:String = remove

Indicates that the collection removed an item or items.

REPLACEConstant 
public static const REPLACE:String = replace

Indicates that the item at the position identified by the CollectionEvent location property has been replaced.

RESETConstant 
public static const RESET:String = reset

Indicates that the collection has changed so drastically that a reset is required.

UPDATEConstant 
public static const UPDATE:String = update

Indicates that one or more items were updated within the collection. The affected item(s) are stored in the items property.