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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
call(NativeObject context, NativeObject event)
Method of function to be called to provide events generated by the chart canvas, by CHART.JS
-
-
-
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 instanceevent
- event instance
-
-