Package com.tinkerforge
Interface BrickletSolidStateRelay.MonoflopDoneListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletSolidStateRelay
public static interface BrickletSolidStateRelay.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)
-