com.androidplot.data
Class DatasetChangeEvent<DatasetType>

java.lang.Object
  extended by com.androidplot.data.DatasetChangeEvent<DatasetType>
Direct Known Subclasses:
XYDatasetChangeEvent

public class DatasetChangeEvent<DatasetType>
extends Object

Fired when a Dataset's model is changed. Associates the event with the dataset/series where the change occurred.


Constructor Summary
DatasetChangeEvent(DatasetType dataset, int series)
           
 
Method Summary
 DatasetType getDataset()
           
 int getSeries()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatasetChangeEvent

public DatasetChangeEvent(DatasetType dataset,
                          int series)
Parameters:
dataset - The Dataset raising the event.
series - The Dataset series raising the event
Method Detail

getDataset

public DatasetType getDataset()
Returns:
The Dataset raising the event.

getSeries

public int getSeries()
Returns:
The Dataset series raising the event.


Copyright © 2010. All Rights Reserved.