Uses of Interface
org.pepstock.charba.client.plugins.hooks.BeforeInitHook
-
Packages that use BeforeInitHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of BeforeInitHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return BeforeInitHook Modifier and Type Method Description BeforeInitHook
SmartPlugin. getBeforeInitHook()
Returns the user hook for 'beforeInit' plugin.
Called before initializing 'chart'.Methods in org.pepstock.charba.client.plugins with parameters of type BeforeInitHook Modifier and Type Method Description void
SmartPlugin. setBeforeInitHook(BeforeInitHook beforeInitHook)
Sets the user hook for 'beforeInit' plugin.
Called before initializing 'chart'.
-