Package com.tinkerforge
Interface BrickletThermocouple.ErrorStateListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletThermocouple
public static interface BrickletThermocouple.ErrorStateListener extends DeviceListener
This Listener is triggered every time the error state changes (seeBrickletThermocouple.getErrorState()
).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
errorState(boolean overUnder, boolean openCircuit)
-