Package com.tinkerforge
Interface BrickletIO16V2.AllInputValueListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIO16V2
public static interface BrickletIO16V2.AllInputValueListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletIO16V2.setAllInputValueCallbackConfiguration(long, boolean)
. The parameters are the same asBrickletIO16V2.getValue()
. Additional 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
allInputValue(boolean[] changed, boolean[] value)
-