Interface ScriptableFunctions.ProxyHandlerEventAndRedraw

  • Enclosing class:
    ScriptableFunctions

    @JsFunction
    public static interface ScriptableFunctions.ProxyHandlerEventAndRedraw
    Java script FUNCTION callback called to provide events generated by the chart canvas, by CHART.JS.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • call

        boolean call​(NativeObject context,
                     NativeObject event)
        Method of function to be called to provide events generated by the chart canvas, by CHART.JS
        Parameters:
        context - context instance
        event - event instance
        Returns:
        if true, it will ask to Chart.js to redraw