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