public interface ChartsLifecycleListener
Charts
Modifier and Type | Method and Description |
---|---|
void |
onAfterDestroy(AbstractChart<?,?> chart)
Called after the chart as been destroyed.
|
void |
onAfterInit(AbstractChart<?,?> chart)
Called after 'chart' has been initialized and before the first update.
|
void |
onBeforeDestroy(AbstractChart<?,?> chart)
Called before the chart as been destroyed.
|
void |
onBeforeInit(AbstractChart<?,?> chart)
Called before initializing 'chart'.
|
void onBeforeInit(AbstractChart<?,?> chart)
chart
- the chart instance.void onAfterInit(AbstractChart<?,?> chart)
chart
- the chart instance.void onBeforeDestroy(AbstractChart<?,?> chart)
chart
- the chart instance.void onAfterDestroy(AbstractChart<?,?> chart)
chart
- the chart instance.