SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

com.solarmetric.manage
Class WatchableEvent

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

public class WatchableEvent
extends EventObject

Event produced by the Watchable class and sent to WatchableListeners.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WatchableEvent(Watchable watchable, Statistic stat)
          Create a new event holding a reference to the watchable, and a reference to the newly registered statistic.
 
Method Summary
 Statistic getStatistic()
          Get the statistic.
 Watchable getWatchable()
           
 
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

WatchableEvent

public WatchableEvent(Watchable watchable,
                      Statistic stat)
Create a new event holding a reference to the watchable, and a reference to the newly registered statistic.
Method Detail

getWatchable

public Watchable getWatchable()

getStatistic

public Statistic getStatistic()
Get the statistic.

SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

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