|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.EventObject
com.jrefinery.data.DatasetChangeEvent
public class DatasetChangeEvent
A change event that encapsulates information about a change to a dataset.
| Field Summary | |
|---|---|
protected Dataset |
data
The dataset that generated the change event. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DatasetChangeEvent(java.lang.Object source,
Dataset data)
Constructs a new event. |
|
| Method Summary | |
|---|---|
Dataset |
getDataset()
Returns the dataset that generated the event. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Dataset data
| Constructor Detail |
|---|
public DatasetChangeEvent(java.lang.Object source,
Dataset data)
The source is either the dataset or the Plot class. The dataset can be null (in this case the source will be the Plot class).
source - The source of the event.data - The dataset that generated the event.| Method Detail |
|---|
public Dataset getDataset()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||