Package org.jfree.data.general
Class DatasetChangeEvent
java.lang.Object
java.util.EventObject
org.jfree.data.general.DatasetChangeEvent
- All Implemented Interfaces:
Serializable
A change event that encapsulates information about a change to a dataset.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the dataset that generated the event.Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
Method Details
-
getDataset
Returns the dataset that generated the event. Note that the dataset may benull
since adding anull
dataset to a plot will generated a change event.- Returns:
- The dataset (possibly
null
).
-