public interface RegulatedMotorListener
Modifier and Type | Method and Description |
---|---|
void |
rotationStarted(RegulatedMotor motor,
int tachoCount,
boolean stalled,
long timeStamp)
Called when the motor starts rotating.
|
void |
rotationStopped(RegulatedMotor motor,
int tachoCount,
boolean stalled,
long timeStamp)
Called when the motor stops rotating.
|
void rotationStarted(RegulatedMotor motor, int tachoCount, boolean stalled, long timeStamp)
void rotationStopped(RegulatedMotor motor, int tachoCount, boolean stalled, long timeStamp)