Interface ReplacePumpListener
- All Superinterfaces:
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 TypeMethodDescriptionvoidonPumpReplaced(Pump<?> pump) Called when a pump is replaced.
-
Method Details
-
onPumpReplaced
Called when a pump is replaced.- Parameters:
pump- the pump being replaced
-