Interface BeforeDestroyHook
-
public interface BeforeDestroyHookCalled before the chart is being destroyed.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonBeforeDestroy(IsChart chart)Called before the chart is being destroyed.
-
-
-
Method Detail
-
onBeforeDestroy
void onBeforeDestroy(IsChart chart)
Called before the chart is being destroyed.- Parameters:
chart- the chart instance.
-
-