Uses of Interface
org.pepstock.charba.client.plugins.hooks.AfterDestroyHook
-
Packages that use AfterDestroyHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of AfterDestroyHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return AfterDestroyHook Modifier and Type Method Description AfterDestroyHook
SmartPlugin. getAfterDestroyHook()
Returns the user hook for 'afterDestroy' plugin.
Called after the chart has been destroyed.Methods in org.pepstock.charba.client.plugins with parameters of type AfterDestroyHook Modifier and Type Method Description void
SmartPlugin. setAfterDestroyHook(AfterDestroyHook afterDestroyHook)
Sets the user hook for 'afterDestroy' plugin.
Called after the chart has been destroyed.
-