Interface C3ChartData.SelectCallback
-
- Enclosing class:
- C3ChartData
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@JsFunction @FunctionalInterface public static interface C3ChartData.SelectCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcallback(C3DataInfo data)
-
-
-
Method Detail
-
callback
void callback(C3DataInfo data)
-
-