public class Dataset3DChangeEvent extends java.util.EventObject
Dataset3DChangeListener interface can register with a dataset to
receive notification of change events. By default, the plot classes in
Orson Charts register with their dataset to monitor dataset changes.
| Constructor and Description |
|---|
Dataset3DChangeEvent(java.lang.Object source,
java.lang.Object dataset)
Creates a new dataset change event.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDataset()
Returns the dataset that this event is associated with.
|
public Dataset3DChangeEvent(java.lang.Object source, java.lang.Object dataset)
source - the source.dataset - the dataset.public java.lang.Object getDataset()
PieDataset3D,
CategoryDataset3D or
XYZDataset.