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