Uses of Interface
com.tccc.kos.ext.dispense.PourAvailability
Packages that use PourAvailability
-
Uses of PourAvailability in com.tccc.kos.ext.dispense
Classes in com.tccc.kos.ext.dispense that implement PourAvailabilityModifier and TypeClassDescriptionclass
Abstraction of how aContainerSlice
attaches to a pump.class
Pump<T extends PumpConfig>
Basic abstraction of a pump or valve.class
Logical representation of a circuit board that manages pumps.Methods in com.tccc.kos.ext.dispense with parameters of type PourAvailabilityModifier and TypeMethodDescriptionvoid
PourAvailabilityTrouble.blockBeveragePour
(PourAvailability bean) Specified object blocks beverage pouring for linked pumps.void
PourAvailabilityTrouble.blockIngredientPour
(PourAvailability bean) Specified object blocks ingredient pouring for linked pumps.void
PourAvailabilityTrouble.blockPour
(PourAvailability bean, PourAvailability.Type type) Block pouring of the specified type using the specified object. -
Uses of PourAvailability in com.tccc.kos.ext.dispense.service.nozzle
Classes in com.tccc.kos.ext.dispense.service.nozzle that implement PourAvailabilityModifier and TypeClassDescriptionclass
Logical representation of a physical nozzle in a dispenser.