Uses of Interface
org.pepstock.charba.client.plugins.hooks.BeforeDestroyHook
-
Packages that use BeforeDestroyHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of BeforeDestroyHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return BeforeDestroyHook Modifier and Type Method Description BeforeDestroyHook
SmartPlugin. getBeforeDestroyHook()
Returns the user hook for 'beforeDestroy' plugin.
Called before the chart is being destroyed.Methods in org.pepstock.charba.client.plugins with parameters of type BeforeDestroyHook Modifier and Type Method Description void
SmartPlugin. setBeforeDestroyHook(BeforeDestroyHook beforeDestroyHook)
Sets the user hook for 'beforeDestroy' plugin.
Called before the chart is being destroyed.
-