public class Chart3DChangeEvent extends java.util.EventObject
Chart3DChangeListener interface can register
with a chart to receive change event notification.
| Constructor and Description |
|---|
Chart3DChangeEvent(Chart3D chart)
Creates a new event.
|
Chart3DChangeEvent(java.lang.Object source,
Chart3D chart)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
Chart3D |
getChart()
Returns the chart that this event is associated with.
|
public Chart3DChangeEvent(Chart3D chart)
chart - the chart that is the source of the event (null
not permitted).public Chart3DChangeEvent(java.lang.Object source, Chart3D chart)
source - the source.chart - the chart that is the source of the event (null
not permitted).