All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.weatherstation.event.ThresholdListener

public interface ThresholdListener
extends EventListener
The listener interface for receiving threshold events.


Method Index

 o maximumExceeded(ThresholdEvent)
This method is invoked when the maximum is exceeded.
 o minimumExceeded(ThresholdEvent)
This method is invoked when the minimum is exceeded.

Methods

 o maximumExceeded
 public abstract void maximumExceeded(ThresholdEvent ev)
This method is invoked when the maximum is exceeded.

Parameters:
ev - com.ibm.weatherstation.event.ThresholdEvent
 o minimumExceeded
 public abstract void minimumExceeded(ThresholdEvent ev)
This method is invoked when the minimum is exceeded.

Parameters:
ev - com.ibm.weatherstation.event.ThresholdEvent

All Packages  Class Hierarchy  This Package  Previous  Next  Index