Interface BrickletIndustrialQuadRelayV2.MonoflopDoneListener

  • All Superinterfaces:
    DeviceListener, java.util.EventListener, TinkerforgeListener
    Enclosing class:
    BrickletIndustrialQuadRelayV2

    public static interface BrickletIndustrialQuadRelayV2.MonoflopDoneListener
    extends DeviceListener
    This listener is triggered whenever a monoflop timer reaches 0. The parameters contain the channel and the current value of the channel (the value after the monoflop).
    • Method Detail

      • monoflopDone

        void monoflopDone​(int channel,
                          boolean value)