Package com.tinkerforge
Interface BrickDC.CurrentVelocityListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickDC
public static interface BrickDC.CurrentVelocityListener extends DeviceListener
This listener is triggered with the period that is set byBrickDC.setCurrentVelocityPeriod(int)
. The parameter is the *current* velocity used by the motor. TheBrickDC.CurrentVelocityListener
listener is only triggered after the set period if there is a change in the velocity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
currentVelocity(short velocity)
-