Access keys

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:09:02

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)