SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

com.solarmetric.manage
Class StatisticEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.solarmetric.manage.StatisticEvent
All Implemented Interfaces:
Serializable

public class StatisticEvent
extends EventObject

Event produced by the Statistic class and sent to StatisticListeners.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
StatisticEvent(Statistic stat, long time, double value)
           
 
Method Summary
 Statistic getStatistic()
           
 long getTime()
           
 double getValue()
           
 
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

StatisticEvent

public StatisticEvent(Statistic stat,
                      long time,
                      double value)
Method Detail

getStatistic

public Statistic getStatistic()

getTime

public long getTime()

getValue

public double getValue()

SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.