public interface ChartsLifecycleListener
Charts
Modifier and Type | Method and Description |
---|---|
void |
onAfterConfigure(IsChart chart)
Called after 'chart' has been configured.
|
void |
onAfterDestroy(IsChart chart)
Called after the chart has been destroyed.
|
void |
onAfterInit(IsChart chart)
Called after 'chart' has been initialized.
|
void |
onBeforeConfigure(IsChart chart)
Called before configuring 'chart'.
|
void |
onBeforeDestroy(IsChart chart)
Called before the chart has been destroyed.
|
void |
onBeforeInit(IsChart chart)
Called before initializing 'chart'.
|
void onBeforeInit(IsChart chart)
chart
- the chart instance.void onAfterInit(IsChart chart)
chart
- the chart instance.void onBeforeConfigure(IsChart chart)
chart
- the chart instance.void onAfterConfigure(IsChart chart)
chart
- the chart instance.void onBeforeDestroy(IsChart chart)
chart
- the chart instance.void onAfterDestroy(IsChart chart)
chart
- the chart instance.