public interface VPumpBinding
Interface for a pump or valve to implement so that it can bind to a virtual pump for DEKA control.
Version:
Mar-12-18
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    pumpingStateChanged(VPump vpump, boolean pumping)
    Called when the vpump changes state.
  • Method Details

    • pumpingStateChanged

      void pumpingStateChanged(VPump vpump, boolean pumping)
      Called when the vpump changes state. The bound device should switch physical state to match.
      Parameters:
      vpump - the associated virtual pump
      pumping - true when on, false when off