Package com.tinkerforge
Interface BrickServo.UnderVoltageListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickServo
public static interface BrickServo.UnderVoltageListener extends DeviceListener
This listener is triggered when the input voltage drops below the value set byBrickServo.setMinimumVoltage(int)
. The parameter is the current voltage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
underVoltage(int voltage)
-