Package com.tinkerforge
Interface BrickletIndustrialDualACIn.AllValueListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIndustrialDualACIn
public static interface BrickletIndustrialDualACIn.AllValueListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletIndustrialDualACIn.setAllValueCallbackConfiguration(long, boolean)
. The parameters are the same asBrickletIndustrialDualACIn.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
allValue(boolean[] changed, boolean[] value)
-