java.lang.Object
java.util.EventObject
org.jfree.chart3d.data.Series3DChangeEvent
- All Implemented Interfaces:
Serializable
An event that signals a change to a series (the "3D" in the name is to
differentiate this class from the similar event object in JFreeChart).
- Since:
- 1.6
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
Series3DChangeEvent
Constructs a new event.- Parameters:
source
- the source of the change event.
-