Access keys

TextFile2ArrayEvent

Kind of class: class
Inherits from: Event
Dispatched by:
Author: Arthur Clemens
Classpath: org.asapframework.data.filedatatransform.TextFile2ArrayEvent
File last modified: Thursday, 12 October 2006, 11:09:12
Event object that is dispatched by TextFile2Array.

Summary

Constructor
Class properties
Instance properties
Instance properties inherited from Event

Constructor

TextFile2ArrayEvent

function TextFile2ArrayEvent (
inType:String, inArray:Array)
Creates a new event with the name of the event handler and the source of the event.
Parameters:
inType :
String, name of event and of handler function
inArray:
the collection object (Array) that is passed from TextFile2Array to its listener

Class properties

FINISHED

static FINISHED:String = "onTextFile2ArrayFinished"
(read,write)

Instance properties

array

array:Array
(read,write)