Uses of Interface
org.pepstock.charba.client.plugins.hooks.AfterDatasetsUpdateHook
-
Packages that use AfterDatasetsUpdateHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of AfterDatasetsUpdateHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return AfterDatasetsUpdateHook Modifier and Type Method Description AfterDatasetsUpdateHook
SmartPlugin. getAfterDatasetsUpdateHook()
Returns the user hook for 'afterDatasetsUpdate' plugin.
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled.Methods in org.pepstock.charba.client.plugins with parameters of type AfterDatasetsUpdateHook Modifier and Type Method Description void
SmartPlugin. setAfterDatasetsUpdateHook(AfterDatasetsUpdateHook afterDatasetsUpdateHook)
Sets the user hook for 'afterDatasetsUpdate' plugin.
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled.
-