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 Detail

      • monoflopDone

        void monoflopDone​(boolean state)