SunSPOT API V5.0


Uses of Interface
com.sun.spot.sensorboard.peripheral.ITemperatureInputThresholdListener

Packages that use ITemperatureInputThresholdListener
com.sun.spot.sensorboard.peripheral Interfaces and concrete implementations of various peripherals that are either connected to or built into the daughter cards. 
 

Uses of ITemperatureInputThresholdListener in com.sun.spot.sensorboard.peripheral
 

Methods in com.sun.spot.sensorboard.peripheral that return ITemperatureInputThresholdListener
 ITemperatureInputThresholdListener[] TemperatureInput.getITemperatureInputThresholdListeners()
          Returns an array of all the temperature sensor threshold listeners registered on this temperature sensor.
 ITemperatureInputThresholdListener[] ITemperatureInput.getITemperatureInputThresholdListeners()
          Returns an array of all the temperature sensor threshold listeners registered on this temperature sensor.
 

Methods in com.sun.spot.sensorboard.peripheral with parameters of type ITemperatureInputThresholdListener
 void TemperatureInput.addITemperatureInputThresholdListener(ITemperatureInputThresholdListener who)
          Adds the specified temperature sensor threshold listener to receive callbacks from this temperature sensor.
 void ITemperatureInput.addITemperatureInputThresholdListener(ITemperatureInputThresholdListener who)
          Adds the specified temperature sensor threshold listener to receive callbacks from this temperature sensor.
 void TemperatureInput.removeITemperatureInputThresholdListener(ITemperatureInputThresholdListener who)
          Removes the specified temperature sensor threshold listener so that it no longer receives callbacks from this temperature sensor.
 void ITemperatureInput.removeITemperatureInputThresholdListener(ITemperatureInputThresholdListener who)
          Removes the specified temperature sensor threshold listener so that it no longer receives callbacks from this temperature sensor.
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.