java.lang.Object
java.util.EventObject
org.jfree.data.general.SeriesChangeEvent
- All Implemented Interfaces:
Serializable
An event with details of a change to a series.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
SeriesChangeEvent
Constructs a new event.- Parameters:
source
- the source of the change event.
-