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

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

Uses of MotionListener in ch.aplu.android.nxt
 

Classes in ch.aplu.android.nxt that implement MotionListener
 class MotionAdapter
          Class with an empty declaration of a callback method when the movement stops.
 

Methods in ch.aplu.android.nxt with parameters of type MotionListener
 void Gear.addMotionListener(MotionListener motionListener)
          Register the given motion listener.
 void Motor.addMotionListener(MotionListener motionListener)
          Registers the given motion listener.