com.droplets.api.event
Class PlotChangeEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.droplets.api.event.PlotChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class PlotChangeEvent
extends java.util.EventObject

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PlotChangeEvent(PlotComponent source, int index, DataPoint dataPoint)
           
 
Method Summary
 DataPoint getDataPoint()
          gets the datapoint that has changed
 int getIndex()
          gets the index of the datapoint that changed
 
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
 

Constructor Detail

PlotChangeEvent

public PlotChangeEvent(PlotComponent source,
                       int index,
                       DataPoint dataPoint)
Method Detail

getIndex

public int getIndex()
gets the index of the datapoint that changed

getDataPoint

public DataPoint getDataPoint()
gets the datapoint that has changed


Copyright © Droplets, 2001. All Rights Reserved.