Package com.tinkerforge
Interface BrickletIndustrialDigitalIn4V2.ValueListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIndustrialDigitalIn4V2
public static interface BrickletIndustrialDigitalIn4V2.ValueListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletIndustrialDigitalIn4V2.setValueCallbackConfiguration(int, long, boolean)
. The parameters are the channel, a value-changed indicator and the actual value for the channel. The `changed` parameter is true if the value has changed since the last listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
value(int channel, boolean changed, boolean value)
-