SunSPOT API V5.0


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

Packages that use IAccelerometer3DThresholdListener
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 IAccelerometer3DThresholdListener in com.sun.spot.sensorboard.peripheral
 

Subinterfaces of IAccelerometer3DThresholdListener in com.sun.spot.sensorboard.peripheral
 interface ILIS3L02AQAccelerometerListener
          Implemented by classes wanting a call back when the accelerometer scale is changed.
 

Methods in com.sun.spot.sensorboard.peripheral that return IAccelerometer3DThresholdListener
 IAccelerometer3DThresholdListener[] LIS3L02AQAccelerometer.getIAccelerometer3DThresholdListeners()
          Returns an array of all the accelerometer threshold listeners registered on this input device.
 IAccelerometer3DThresholdListener[] IAccelerometer3D.getIAccelerometer3DThresholdListeners()
          Returns an array of all the accelerometer threshold listeners registered on this input device.
 

Methods in com.sun.spot.sensorboard.peripheral with parameters of type IAccelerometer3DThresholdListener
 void LIS3L02AQAccelerometer.addIAccelerometer3DThresholdListener(IAccelerometer3DThresholdListener who)
          Adds the specified accelerometer threshold listener to receive callbacks from this accelerometer.
 void IAccelerometer3D.addIAccelerometer3DThresholdListener(IAccelerometer3DThresholdListener who)
          Adds the specified accelerometer threshold listener to receive callbacks from this accelerometer.
 void LIS3L02AQAccelerometer.removeIAccelerometer3DThresholdListener(IAccelerometer3DThresholdListener who)
          Removes the specified accelerometer threshold listener so that it no longer receives callbacks from this accelerometer.
 void IAccelerometer3D.removeIAccelerometer3DThresholdListener(IAccelerometer3DThresholdListener who)
          Removes the specified accelerometer threshold listener so that it no longer receives callbacks from this input device.
 


SunSPOT API V5.0


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