public interface ControllerRegistrationHandler
| Modifier and Type | Method and Description |
|---|---|
default void |
onAfterRegister(ControllerType controllerType,
boolean registered)
Invoked after the controller is registered to CHART.JS.
|
default void |
onBeforeRegister(ControllerType controllerType)
Invoked before the controller will be register to CHART.JS.
|
default void onBeforeRegister(ControllerType controllerType)
controllerType - the controller type which is registeringdefault void onAfterRegister(ControllerType controllerType, boolean registered)
controllerType - the controller type which is registeringregistered - true if the controller has been registered otherwise false