Package com.tinkerforge
Interface BrickletIndustrialPTC.ResistanceListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIndustrialPTC
public static interface BrickletIndustrialPTC.ResistanceListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletIndustrialPTC.setResistanceCallbackConfiguration(long, boolean, char, int, int)
. The parameter is the same asBrickletIndustrialPTC.getResistance()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
resistance(int resistance)
-