lejos.robotics
Interface TachoMotorListener


public interface TachoMotorListener

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

Rating red

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

Method Detail

rotationStarted

void rotationStarted(MotorEvent event)

rotationEnded

void rotationEnded(MotorEvent event)