Interface ScriptableFunctions.ProxyHandlerEvent

  • Enclosing class:
    ScriptableFunctions

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

      • call

        void 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