Package com.tinkerforge
Interface BrickletLine.ReflectivityReachedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletLine
public static interface BrickletLine.ReflectivityReachedListener extends DeviceListener
This listener is triggered when the threshold as set byBrickletLine.setReflectivityCallbackThreshold(char, int, int)
is reached. The parameter is the reflectivity of the sensor. If the threshold keeps being reached, the listener is triggered periodically with the period as set byBrickletLine.setDebouncePeriod(long)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reflectivityReached(int reflectivity)
-