Interface VPumpBinding
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 TypeMethodDescriptionvoid
pumpingStateChanged
(VPump vpump, boolean pumping) Called when the vpump changes state.
-
Method Details
-
pumpingStateChanged
Called when the vpump changes state. The bound device should switch physical state to match.- Parameters:
vpump
- the associated virtual pumppumping
- true when on, false when off
-