Uses of Interface
org.pepstock.charba.client.plugins.hooks.AfterDatasetUpdateHook
-
Packages that use AfterDatasetUpdateHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of AfterDatasetUpdateHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return AfterDatasetUpdateHook Modifier and Type Method Description AfterDatasetUpdateHook
SmartPlugin. getAfterDatasetUpdateHook()
Returns the user hook for 'afterDatasetUpdate' plugin.
Called after the 'chart' datasets at the given 'args.index' has 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 AfterDatasetUpdateHook Modifier and Type Method Description void
SmartPlugin. setAfterDatasetUpdateHook(AfterDatasetUpdateHook afterDatasetUpdateHook)
Sets the user hook for 'afterDatasetUpdate' plugin.
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled.
-