Package com.tinkerforge
Interface BrickletPerformanceDC.CurrentVelocityListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletPerformanceDC
public static interface BrickletPerformanceDC.CurrentVelocityListener extends DeviceListener
This listener is triggered with the period that is set byBrickletPerformanceDC.setCurrentVelocityCallbackConfiguration(long, boolean)
. The parameter is the *current* velocity used by the motor. TheBrickletPerformanceDC.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(int velocity)
-