ExternalFunctionEvent
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Author: | Martijn de Visser |
| Classpath: | org.asapframework.util.system.ExternalFunctionEvent |
| File last modified: | Thursday, 13 July 2006, 09:33:59 |
Summary
Constructor
Constructor
ExternalFunctionEvent
function ExternalFunctionEvent (
inType:String,
inSource:ExternalFunction,
inParams:Array)
Creates a new event with the name of the event handler, the source of the event and the parameters
Parameters:
inType :
String, name of event (as received from JavaScript)
inSource:
Object, source of event (always ExternalFunction.getInstance())
inParams:
Array, parameters (as received from JavaScript)
Instance properties
params
params:Array
(read,write)
target
target:ExternalFunction
(read,write)
type
type:String
(read,write)