@JsFunction public static interface ScriptableFunctions.ProxyDoubleCallback
Modifier and Type | Method and Description |
---|---|
double |
call(Object contextFunction,
ScriptableContext context)
Method of function to be called to provide a double property.
|
double call(Object contextFunction, ScriptableContext context)
contextFunction
- context Value of this
to the execution context of function.context
- native object as context.