Uses of Interface
org.pepstock.charba.client.plugins.hooks.InstallHook
-
Packages that use InstallHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of InstallHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return InstallHook Modifier and Type Method Description InstallHook
SmartPlugin. getInstallHook()
Returns the user hook for 'install' plugin.
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false).Methods in org.pepstock.charba.client.plugins with parameters of type InstallHook Modifier and Type Method Description void
SmartPlugin. setInstallHook(InstallHook installHook)
Sets the user hook for 'install' plugin.
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false).
-