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
Instance properties

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)

target

(read)

type

type:String
(read)