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