Uses of Class
com.androidplot.data.DatasetChangeEvent

Packages that use DatasetChangeEvent
com.androidplot   
com.androidplot.data   
com.androidplot.xy   
 

Uses of DatasetChangeEvent in com.androidplot
 

Methods in com.androidplot with parameters of type DatasetChangeEvent
 void Plot.onDatasetChanged(DatasetChangeEvent event)
          The Android platform requires that a single thread be used to make updates to the display.
 

Uses of DatasetChangeEvent in com.androidplot.data
 

Classes in com.androidplot.data with type parameters of type DatasetChangeEvent
 interface DatasetChangeListener<DatasetChangeEventType extends DatasetChangeEvent>
          Interface for classes interested in registering for DatasetChangeEvent notifications.
 class DatasetChangeListenerHelper<ListenerType extends DatasetChangeListener,DatasetChangeEventType extends DatasetChangeEvent>
          Convenience class for managing and notifying DatasetChangeListener instances.
 

Uses of DatasetChangeEvent in com.androidplot.xy
 

Subclasses of DatasetChangeEvent in com.androidplot.xy
 class XYDatasetChangeEvent
           
 

Methods in com.androidplot.xy with parameters of type DatasetChangeEvent
 void XYDatasetGroup.onDatasetChanged(DatasetChangeEvent event)
           
 



Copyright © 2010. All Rights Reserved.