Package com.tinkerforge
Interface BrickletIndustrialDualRelay.MonoflopDoneListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIndustrialDualRelay
public static interface BrickletIndustrialDualRelay.MonoflopDoneListener extends DeviceListener
This listener is triggered whenever a monoflop timer reaches 0. The parameters contain the relay and the current state of the relay (the state after the monoflop).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
monoflopDone(int channel, boolean value)
-