TextFile2TreeEvent
| Kind of class: | class |
|---|---|
| Inherits from: | Event |
| Dispatched by: | |
| Version: | 20 July 2005 |
| Author: | Arthur Clemens |
| Classpath: | data.filedatatransform.TextFile2TreeEvent |
| File last modified: | Monday, 25 July 2005, 00:37:59 |
Event object that is dispatched by TextFile2Tree.
Summary
Constructor
TextFile2TreeEvent
function TextFile2TreeEvent (
inType:String,
inTree:Tree)
Parameters:
inType :
String, name of event and of handler function
inArray:
the collection object (Tree) that is passed from TextFile2Tree to its listener
Class properties
FINISHED
static FINISHED:String = "onTextFile2TreeFinished"
(read,write)
Instance properties
tree
tree:Tree
(read,write)