Package com.illumon.iris.db.plot
Class DynamicChartTitle.DynamicChartTitleTable
java.lang.Object
com.illumon.iris.db.plot.ChartTitle
com.illumon.iris.db.plot.DynamicChartTitle
com.illumon.iris.db.plot.DynamicChartTitle.DynamicChartTitleTable
- All Implemented Interfaces:
TableSnapshotChangeListener
,Serializable
- Direct Known Subclasses:
DynamicChartTitle.ChartTitleSwappableTable
,DynamicChartTitle.ChartTitleTable
- Enclosing class:
- DynamicChartTitle
public abstract static class DynamicChartTitle.DynamicChartTitleTable extends DynamicChartTitle implements TableSnapshotChangeListener
An abstract class for dynamic chart title from table and oneClick dataset
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class com.illumon.iris.db.plot.DynamicChartTitle
DynamicChartTitle.ChartTitleSwappableTable, DynamicChartTitle.ChartTitleTable, DynamicChartTitle.DynamicChartTitleTable
-
Method Summary
Modifier and Type Method Description void
notifyTableSnapshotChanged()
Notifies the listener when table snapshot is changedMethods inherited from class com.illumon.iris.db.plot.DynamicChartTitle
addChartTitleChangeListener, getTitle, onClose
-
Method Details
-
notifyTableSnapshotChanged
public void notifyTableSnapshotChanged()Description copied from interface:TableSnapshotChangeListener
Notifies the listener when table snapshot is changed- Specified by:
notifyTableSnapshotChanged
in interfaceTableSnapshotChangeListener
-