Interface ScriptableFunctions.ProxyHandlerEventAndRedraw
-
- Enclosing class:
- ScriptableFunctions
@JsFunction public static interface ScriptableFunctions.ProxyHandlerEventAndRedrawJava script FUNCTION callback called to provide events generated by the chart canvas, by CHART.JS.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancall(NativeObject context, NativeObject event)Method of function to be called to provide events generated by the chart canvas, by CHART.JS
-
-
-
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 instanceevent- event instance- Returns:
- if
true, it will ask to Chart.js to redraw
-
-