SunSPOT API V5.0


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

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

Classes in com.sun.spot.sensorboard.io that implement IInputPinListener
 class InvertingInputPin
          Class implementing single bit input with inversion of values read, i.e. low signal is returned as high and high signal is returned as low.
 

Methods in com.sun.spot.sensorboard.io that return IInputPinListener
 IInputPinListener[] IOPin.getIInputPinListeners()
          Returns an array of all the input pin listeners registered on this input pin.
 IInputPinListener[] InvertingInputPin.getIInputPinListeners()
          Returns an array of all the input pin listeners registered on this input pin.
 IInputPinListener[] InputPin.getIInputPinListeners()
          Returns an array of all the input pin listeners registered on this input pin.
 IInputPinListener[] IInputPin.getIInputPinListeners()
          Return an array of all the input pin listeners registered on this input pin.
 IInputPinListener[] BinaryScalar.getIInputPinListeners()
          Returns an array of all the input pin listeners registered on this input pin.
 

Methods in com.sun.spot.sensorboard.io with parameters of type IInputPinListener
 void IOPin.addIInputPinListener(IInputPinListener who)
          Adds the specified input pin listener to receive callbacks from this input pin.
 void InvertingInputPin.addIInputPinListener(IInputPinListener who)
          Adds the specified input pin listener to receive callbacks from this input pin.
 void InputPin.addIInputPinListener(IInputPinListener who)
          Adds the specified input pin listener to receive callbacks from this input pin.
 void IInputPin.addIInputPinListener(IInputPinListener who)
          Adds the specified input pin listener to receive callbacks from this input pin.
 void BinaryScalar.addIInputPinListener(IInputPinListener who)
          Adds the specified input pin listener to receive callbacks from this input pin.
 void IOPin.removeIInputPinListener(IInputPinListener who)
          Removes the specified input pin listener so that it no longer receives callbacks from this input pin.
 void InvertingInputPin.removeIInputPinListener(IInputPinListener who)
          Removes the specified input pin listener so that it no longer receives callbacks from this input pin.
 void InputPin.removeIInputPinListener(IInputPinListener who)
          Removes the specified input pin listener so that it no longer receives callbacks from this input pin.
 void IInputPin.removeIInputPinListener(IInputPinListener who)
          Removes the specified input pin listener so that it no longer receives callbacks from this input pin.
 void BinaryScalar.removeIInputPinListener(IInputPinListener who)
          Removes the specified input pin listener so that it no longer receives callbacks from this input pin.
 

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

Classes in com.sun.spot.sensorboard.peripheral that implement IInputPinListener
 class Switch
          Class implementing simple switches, assuming a mapping of open=LOW, closed=HIGH.
 


SunSPOT API V5.0


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