com.elj.chart.stripchart
Class StripChartEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.elj.chart.stripchart.StripChartEvent
All Implemented Interfaces:
java.io.Serializable

public class StripChartEvent
extends java.util.EventObject

StripChartEvent

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
StripChartEvent(java.lang.Object source, boolean high, boolean low, boolean normal)
          Constructs the StripChartEvent
 
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

StripChartEvent

public StripChartEvent(java.lang.Object source,
                       boolean high,
                       boolean low,
                       boolean normal)
Constructs the StripChartEvent
Parameters:
source - The source of the event
high - The wheather high or not
low - The wheather low or not
normal - The wheather normal or not