Package com.tinkerforge
Interface BrickletSolidStateRelayV2.MonoflopDoneListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletSolidStateRelayV2
public static interface BrickletSolidStateRelayV2.MonoflopDoneListener extends DeviceListener
This listener is triggered whenever the monoflop timer reaches 0. The parameter is 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(boolean state)
-