java.lang.Object | ||
↳ | java.util.EventObject | |
↳ | org.jfree.data.general.DatasetChangeEvent |
A change event that encapsulates information about a change to a dataset.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new event.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the dataset that generated the event.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the dataset that generated the event. Note that the dataset
may be null
since adding a null
dataset to a
plot will generated a change event.
null
).