Interface AfterUpdateHook
-
public interface AfterUpdateHook
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAfterUpdate(IsChart chart, PluginUpdateArgument argument)
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled.
-
-
-
Method Detail
-
onAfterUpdate
void onAfterUpdate(IsChart chart, PluginUpdateArgument argument)
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled.- Parameters:
chart
- the chart instance.argument
- the argument passed for update
-
-