TraverseArrayEnumeratorEvent

Kind of class:class
Inherits from:Event
Dispatched by:
Author:Arthur Clemens
Classpath:org.asapframework.data.array.TraverseArrayEnumeratorEvent
File last modified:Thursday, 12 October 2006, 11:19:40

Summary


Constructor
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)

Instance properties

enumerator

(read)

value

value:Object
(read)