lejos.robotics
Interface TachoMotorListener


public interface TachoMotorListener

NOTE: Might want to have listener that notifies when arbitrary rotation is completed.


Method Summary
 void rotationEnded(MotorEvent event)
           
 void rotationStarted(MotorEvent event)
           
 

Method Detail

rotationStarted

void rotationStarted(MotorEvent event)

rotationEnded

void rotationEnded(MotorEvent event)