SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

com.solarmetric.manage
Interface StatisticListener

All Superinterfaces:
EventListener

public interface StatisticListener
extends EventListener

The listener interface for receiving statistic events. The class that is interested in processing a statistic event implements this interface, and the object created with that class is registered with a Statistic, using the Statistic's addStatisticListener method. When the statistic event occurs, that object's statisticChanged method is invoked.


Method Summary
 void statisticChanged(StatisticEvent e)
           
 

Method Detail

statisticChanged

public void statisticChanged(StatisticEvent e)

SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

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