Package com.tinkerforge
Interface BrickSilentStepper.UnderVoltageListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickSilentStepper
public static interface BrickSilentStepper.UnderVoltageListener extends DeviceListener
This listener is triggered when the input voltage drops below the value set byBrickSilentStepper.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)
-