Uses of Interface
ch.aplu.android.nxt.CompassListener

Packages that use CompassListener
ch.aplu.android.nxt Package to use the Lego NXT robot in direct mode in Android applications. 
 

Uses of CompassListener in ch.aplu.android.nxt
 

Classes in ch.aplu.android.nxt that implement CompassListener
 class CompassAdapter
          Class with empty callback methods for the compass sensor.
 

Methods in ch.aplu.android.nxt with parameters of type CompassListener
 void CompassSensor.addCompassListener(CompassListener compassListener)
          Registers the given compass listener with default trigger level 180.
 void CompassSensor.addCompassListener(CompassListener compassListener, int triggerLevel)
          Registers the given compass listener for the given trigger level.