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