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:19:40
Event object that is dispatched by TextFile2Array.

Summary


Constructor
  • TextFile2ArrayEvent (inType:String, inArray:Array)
    • Creates a new event with the name of the event handler and the source of the event.
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)

Instance properties

array

array:Array
(read)