Interface ScriptableFunctions.ProxyArrayCallback
-
- Enclosing class:
- ScriptableFunctions
@JsFunction public static interface ScriptableFunctions.ProxyArrayCallback
Java script FUNCTION callback called to provide an array property.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Array
call(NativeObject context)
Method of function to be called to provide an array property.
-
-
-
Method Detail
-
call
Array call(NativeObject context)
Method of function to be called to provide an array property.- Parameters:
context
- native object as context.- Returns:
- an array instance
-
-