Package com.tinkerforge
Interface BrickletPTC.ResistanceListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletPTC
public static interface BrickletPTC.ResistanceListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletPTC.setResistanceCallbackPeriod(long)
. The parameter is the resistance of the connected sensor. TheBrickletPTC.ResistanceListener
listener is only triggered if the resistance has changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
resistance(int resistance)
-