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, 13:48:48 |
Summary
Constructor
- 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
Instance properties
- type : String
- target : ExternalFunction
- params : Array
Constructor
ExternalFunctionEvent
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)
target
type
type:String
(read)