FlowControllerEvent
| Kind of class: | class |
|---|---|
| Inherits from: | Event |
| Dispatched by: | |
| Version: | 20 July 2005 |
| Author: | Arthur Clemens |
| Classpath: | playground.classes.data.tree.FlowControllerEvent |
| File last modified: | Thursday, 13 July 2006, 09:34:01 |
Event object that is dispatched by FlowController.
Summary
Constructor
Class properties
Constructor
FlowControllerEvent
function FlowControllerEvent (
inType:String,
inFlowTreeNode:FlowTreeNode)
Parameters:
inType :
String, name of event and of handler function
inFlowTreeNode:
the FlowTreeNode with the instruction data
Class properties
ACTION
static ACTION:String = "onFlowControllerAction"
(read,write)
AWAIT
static AWAIT:String = "onFlowControllerAwait"
(read,write)
CONDITION
static CONDITION:String = "onFlowControllerCondition"
(read,write)
EVALUATION
static EVALUATION:String = "onFlowControllerEvaluation"
(read,write)
EXIT
static EXIT:String = "onFlowControllerExit"
(read,write)
Instance properties
instruction
instruction:FlowTreeNode
(read,write)