SunSPOT API V5.0


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

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

Methods in com.sun.spot.sensorboard.peripheral that return ISwitchListener
 ISwitchListener[] Switch.getISwitchListeners()
          Returns an array of all the switch listeners registered on this switch.
 ISwitchListener[] ISwitch.getISwitchListeners()
          Returns an array of all the switch listeners registered on this switch.
 

Methods in com.sun.spot.sensorboard.peripheral with parameters of type ISwitchListener
 void Switch.addISwitchListener(ISwitchListener who)
          Adds the specified switch listener to receive callbacks from this switch.
 void ISwitch.addISwitchListener(ISwitchListener who)
          Adds the specified switch listener to receive callbacks from this switch.
 void Switch.removeISwitchListener(ISwitchListener who)
          Removes the specified switch listener so that it no longer receives callbacks from this switch.
 void ISwitch.removeISwitchListener(ISwitchListener who)
          Removes the specified switch listener so that it no longer receives callbacks from this switch.
 


SunSPOT API V5.0


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