Class DelayPourable
java.lang.Object
com.tccc.kos.ext.dispense.pipeline.beverage.Pourable
com.tccc.kos.ext.dispense.pipeline.beverage.DelayPourable
- All Implemented Interfaces:
Cloneable
Pourable that doesn't actually pour anything but takes a specified
amount of time to complete. This can be mixed with other pourables
to create pauses in a poured sequence.
- Since:
- 1.0
- Version:
- 2023-08-09
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.tccc.kos.ext.dispense.pipeline.beverage.Pourable
clone, getDefinition, getEffectiveVolume, getPumps, getStartPercent, getStopPercent, setVolume
-
Constructor Details
-
DelayPourable
public DelayPourable(int delay)
-
-
Method Details