Interface PumpLockListener
- All Superinterfaces:
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 Summary
Modifier and TypeMethodDescriptionvoidonPumpLock(NozzlePipeline pipeline, Pump<?> pump) Called when a pump is locked.voidonPumpUnlock(NozzlePipeline pipeline, Pump<?> pump) Called when a pump is unlocked
-
Method Details
-
onPumpLock
Called when a pump is locked.- Parameters:
pipeline- the pipeline locking the pumppump- the pump being locked
-
onPumpUnlock
Called when a pump is unlocked- Parameters:
pipeline- the pipline unlocking the pumppump- the pump being unlocked
-