Uses of Interface
org.pepstock.charba.client.plugins.hooks.StopHook
-
Packages that use StopHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of StopHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return StopHook Modifier and Type Method Description StopHookSmartPlugin. getStopHook()Returns the user hook for 'stop' plugin.
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled.Methods in org.pepstock.charba.client.plugins with parameters of type StopHook Modifier and Type Method Description voidSmartPlugin. setStopHook(StopHook stopHook)Sets the user hook for 'stop' plugin.
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled.
-