Uses of Interface
org.pepstock.charba.client.plugins.hooks.AfterInitHook
-
Packages that use AfterInitHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of AfterInitHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return AfterInitHook Modifier and Type Method Description AfterInitHook
SmartPlugin. getAfterInitHook()
Returns the user hook for 'afterInit' plugin.
Called after 'chart' has been initialized and before the first update.Methods in org.pepstock.charba.client.plugins with parameters of type AfterInitHook Modifier and Type Method Description void
SmartPlugin. setAfterInitHook(AfterInitHook afterInitHook)
Sets the user hook for 'afterInit' plugin.
Called after 'chart' has been initialized and before the first update.
-