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.
-
ThresholdEvent(Object)
- Constructs a ThresholdEvent object with the specified source object.
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