SunSPOT API V5.0


Uses of Interface
com.sun.spot.peripheral.radio.IDataEventListener

Packages that use IDataEventListener
com.sun.spot.peripheral.radio Support for using the Sun SPOT's radio. 
 

Uses of IDataEventListener in com.sun.spot.peripheral.radio
 

Methods in com.sun.spot.peripheral.radio with parameters of type IDataEventListener
 void LowPan.addDataEventListener(IDataEventListener listener)
          Adds a new listener that is notified when this node is used to forward a data packet
 void ILowPan.addDataEventListener(IDataEventListener listener)
          Adds a new listener that is notified when this node is used to forward a data packet
 void LowPan.deregisterDataEventListener(IDataEventListener listener)
          Undo a previous call of registerDataEventListener()
 void ILowPan.deregisterDataEventListener(IDataEventListener listener)
          Deprecated. use removeDataEventListener()
 void LowPan.registerDataEventListener(IDataEventListener listener)
          Register to be notified as soon as the LowPan module forwards data.
 void ILowPan.registerDataEventListener(IDataEventListener listener)
          Deprecated. use addDataEventListener()
 void LowPan.removeDataEventListener(IDataEventListener listener)
          Removes the specified listener that is called back when data is forwarded
 void ILowPan.removeDataEventListener(IDataEventListener listener)
          Removes the specified listener that is called back when data is forwarded
 


SunSPOT API V5.0


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