Interface ReplacePumpListener

All Superinterfaces:
PumpListener

public interface ReplacePumpListener extends PumpListener
Listener interface for detecting when a pump has been replaced. This is fired when a pump is replaced OR the pump and line is replace. This will be called before the line replacement event.
Version:
2024-11-14
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a pump is replaced.
  • Method Details

    • onPumpReplaced

      void onPumpReplaced(Pump<?> pump)
      Called when a pump is replaced.
      Parameters:
      pump - the pump being replaced