Uses of Interface
org.pepstock.charba.client.plugins.hooks.UninstallHook
-
Packages that use UninstallHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of UninstallHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return UninstallHook Modifier and Type Method Description UninstallHook
SmartPlugin. getUninstallHook()
Returns the user hook for 'uninstall' plugin.
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false).Methods in org.pepstock.charba.client.plugins with parameters of type UninstallHook Modifier and Type Method Description void
SmartPlugin. setUninstallHook(UninstallHook uninstallHook)
Sets the user hook for 'uninstall' plugin.
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false).
-