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