Interface PumpLockListener

All Superinterfaces:
PumpListener

public interface PumpLockListener extends PumpListener
Listener interface for detecting pump lock/unlock events. Pipelines tend to lock pumps for an entire operation such as an entire pump intent or entire pour sequence.
Version:
2024-08-22
  • Method Details

    • onPumpLock

      void onPumpLock(NozzlePipeline pipeline, Pump<?> pump)
      Called when a pump is locked.
      Parameters:
      pipeline - the pipeline locking the pump
      pump - the pump being locked
    • onPumpUnlock

      void onPumpUnlock(NozzlePipeline pipeline, Pump<?> pump)
      Called when a pump is unlocked
      Parameters:
      pipeline - the pipline unlocking the pump
      pump - the pump being unlocked