Uses of Interface
org.pepstock.charba.client.plugins.hooks.StartHook
-
Packages that use StartHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of StartHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return StartHook Modifier and Type Method Description StartHook
SmartPlugin. getStartHook()
Returns the user hook for 'start' plugin.
Called when a plugin is starting.
This happens when chart is created or plugin is enabled.Methods in org.pepstock.charba.client.plugins with parameters of type StartHook Modifier and Type Method Description void
SmartPlugin. setStartHook(StartHook startHook)
Sets the user hook for 'start' plugin.
Called when a plugin is starting.
This happens when chart is created or plugin is enabled.
-