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
 
| 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.
 | 
 
 
 
 
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.
getWatchable
public Watchable getWatchable()
getStatistic
public Statistic getStatistic()
- Get the statistic.
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.