Uses of Class
com.tccc.kos.ext.dispense.service.ingredient.IngredientService
Packages that use IngredientService
Package
Description
-
Uses of IngredientService in com.tccc.kos.ext.dispense.pipeline.beverage
Methods in com.tccc.kos.ext.dispense.pipeline.beverage that return IngredientServiceMethods in com.tccc.kos.ext.dispense.pipeline.beverage with parameters of type IngredientServiceModifier and TypeMethodDescriptionvoid
BeveragePourEngine.onIngredientChange
(IngredientService svc, String name, IngredientSource source) -
Uses of IngredientService in com.tccc.kos.ext.dispense.service.ingredient
Methods in com.tccc.kos.ext.dispense.service.ingredient with parameters of type IngredientServiceModifier and TypeMethodDescriptionvoid
IngredientChangeListener.onIngredientChange
(IngredientService service, String sourceId, IngredientSource source) Called when a newIngredientSource
is installed intoIngredientService
.Constructors in com.tccc.kos.ext.dispense.service.ingredient with parameters of type IngredientServiceModifierConstructorDescriptionUnknownIngredientTrouble
(ContainerSlice slice, IngredientService ingredientService)