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