public abstract class AbstractChartsLifecycleListener extends Object implements ChartsLifecycleListener
Constructor and Description |
---|
AbstractChartsLifecycleListener() |
Modifier and Type | Method and Description |
---|---|
void |
onAfterDestroy(IsChart chart)
Called after the chart has been destroyed.
|
void |
onAfterInit(IsChart chart)
Called after 'chart' has been initialized and before the first update.
|
void |
onBeforeDestroy(IsChart chart)
Called before the chart has been destroyed.
|
void |
onBeforeInit(IsChart chart)
Called before initializing 'chart'.
|
public void onBeforeInit(IsChart chart)
ChartsLifecycleListener
onBeforeInit
in interface ChartsLifecycleListener
chart
- the chart instance.public void onAfterInit(IsChart chart)
ChartsLifecycleListener
onAfterInit
in interface ChartsLifecycleListener
chart
- the chart instance.public void onBeforeDestroy(IsChart chart)
ChartsLifecycleListener
onBeforeDestroy
in interface ChartsLifecycleListener
chart
- the chart instance.public void onAfterDestroy(IsChart chart)
ChartsLifecycleListener
onAfterDestroy
in interface ChartsLifecycleListener
chart
- the chart instance.