All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.weatherstation.event.ThresholdEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.ibm.weatherstation.event.ThresholdEvent

public class ThresholdEvent
extends EventObject
Threshold event. It is fired when maximum or minimum threshold is exceeded.


Constructor Index

 o ThresholdEvent(Object)
Constructs a ThresholdEvent object with the specified source object.

Constructors

 o ThresholdEvent
 public ThresholdEvent(Object source)
Constructs a ThresholdEvent object with the specified source object.

Parameters:
source - java.lang.Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index