Interface ScriptableFunctions.ProxyHandlerCallback
-
- Enclosing class:
- ScriptableFunctions
@JsFunction public static interface ScriptableFunctions.ProxyHandlerCallback
Java script FUNCTION callback called to provide a scriptable options implementation with a context.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
call(NativeObject context)
Method of function to be called to provide a scriptable options implementation with a context.
-
-
-
Method Detail
-
call
void call(NativeObject context)
Method of function to be called to provide a scriptable options implementation with a context.- Parameters:
context
- context instance to consume
-
-