|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.ijchart.xychart.event.DatasetChangeEvent
public class DatasetChangeEvent
Title: IJChart
Description: a chart library for the Java(tm) platform.
A change event that encapsulates information about a change to a dataset.Copyright: Copyright (c) 2013
Company:
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DatasetChangeEvent(java.lang.Object source,
IDataset dataset)
Constructs a new dataset changed event. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
IDataset |
getDataset()
Returns the dataset that generated the event. |
int |
hashCode()
Returns a hash code value for the object. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DatasetChangeEvent(java.lang.Object source,
IDataset dataset)
source - Object
The source of the event.dataset - IDataset
The dataset that generated the event (null permitted).| Method Detail |
|---|
public IDataset getDataset()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||