Package com.tinkerforge
Interface BrickletXMC1400Breakout.CountListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletXMC1400Breakout
public static interface BrickletXMC1400Breakout.CountListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletXMC1400Breakout.setCountCallbackConfiguration(long, boolean, char, long, long)
. The parameter is the same asBrickletXMC1400Breakout.getCount()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
count(long count)
-