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)
ChartsLifecycleListeneronBeforeInit in interface ChartsLifecycleListenerchart - the chart instance.public void onAfterInit(IsChart chart)
ChartsLifecycleListeneronAfterInit in interface ChartsLifecycleListenerchart - the chart instance.public void onBeforeDestroy(IsChart chart)
ChartsLifecycleListeneronBeforeDestroy in interface ChartsLifecycleListenerchart - the chart instance.public void onAfterDestroy(IsChart chart)
ChartsLifecycleListeneronAfterDestroy in interface ChartsLifecycleListenerchart - the chart instance.