SunSPOT API V5.0


Uses of Interface
com.sun.spot.sensorboard.io.IScalarInputThresholdListener

Packages that use IScalarInputThresholdListener
com.sun.spot.sensorboard.io Interfaces and concrete implmentations of classes to enable simple low-level i/o to and from the SunSPOT sensorboards. 
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 IScalarInputThresholdListener in com.sun.spot.sensorboard.io
 

Classes in com.sun.spot.sensorboard.io that implement IScalarInputThresholdListener
 class BinaryScalar
          Class to allow using a ScalarInput as though it is an GPIO InputPin.
 

Methods in com.sun.spot.sensorboard.io that return IScalarInputThresholdListener
 IScalarInputThresholdListener[] ScalarInput.getIScalarInputThresholdListeners()
          Returns an array of all the scalar input threshold listeners registered on this input device.
 IScalarInputThresholdListener[] IScalarInput.getIScalarInputThresholdListeners()
          Returns an array of all the scalar input threshold listeners registered on this input device.
 

Methods in com.sun.spot.sensorboard.io with parameters of type IScalarInputThresholdListener
 void ScalarInput.addIScalarInputThresholdListener(IScalarInputThresholdListener who)
          Adds the specified scalar input threshold listener to receive callbacks from this input device.
 void IScalarInput.addIScalarInputThresholdListener(IScalarInputThresholdListener who)
          Adds the specified scalar input threshold listener to receive callbacks from this input device.
 void ScalarInput.removeIScalarInputThresholdListener(IScalarInputThresholdListener who)
          Removes the specified scalar input threshold listener so that it no longer receives callbacks from this input device.
 void IScalarInput.removeIScalarInputThresholdListener(IScalarInputThresholdListener who)
          Removes the specified scalar input threshold listener so that it no longer receives callbacks from this input device.
 

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

Classes in com.sun.spot.sensorboard.peripheral that implement IScalarInputThresholdListener
 class LIS3L02AQAccelerometer
          Class to implement an accelerometer on the demo sensor board and provide access to it via the IAccelerometer3D interface.
 


SunSPOT API V5.0


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