ch.aplu.nxt
Class MotionAdapter

java.lang.Object
  extended by ch.aplu.nxt.MotionAdapter
All Implemented Interfaces:
MotionListener

public class MotionAdapter
extends java.lang.Object
implements MotionListener

Class with an empty declaration of a callback method when the movement stops.


Constructor Summary
MotionAdapter()
           
 
Method Summary
 void motionStopped()
          Empty method called when the movement stops.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MotionAdapter

public MotionAdapter()
Method Detail

motionStopped

public void motionStopped()
Empty method called when the movement stops. Override it to process the event.

Specified by:
motionStopped in interface MotionListener