Access keys

TraverseArrayEnumeratorEvent

Kind of class: class
Inherits from: Event
Version: 23 June 2006
Author: Arthur Clemens
Classpath: playground.classes.data.array.TraverseArrayEnumeratorEvent
File last modified: Thursday, 13 July 2006, 13:45:43

Summary

Class properties
Instance properties
Instance properties inherited from Event

Constructor

TraverseArrayEnumeratorEvent

function TraverseArrayEnumeratorEvent (
inType:String, inObject:Object, inEnumerator:TraverseArrayEnumerator)
Parameters:
inType :
name of event (and name of handler function when no Delegate is used)
inObject :
the object at the TraverseArrayEnumerator pointer position
inEnumerator:
the TraverseArrayEnumerator object

Class properties

UPDATE

static UPDATE:String = "onTraverseArrayEnumeratorUpdate"
(read,write)

Instance properties

enumerator

(read,write)

value

value:Object
(read,write)