Interface ScriptableFunctions.ProxyIntegerCallback

  • Enclosing class:
    ScriptableFunctions

    @JsFunction
    public static interface ScriptableFunctions.ProxyIntegerCallback
    Java script FUNCTION callback called to provide a integer property.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • call

        int call​(NativeObject context)
        Method of function to be called to provide a integer property.
        Parameters:
        context - native object as context.
        Returns:
        a integer property value.