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