Class BeveragePour
java.lang.Object
com.tccc.kos.ext.dispense.pipeline.beverage.BeveragePour
- All Implemented Interfaces:
Abortable
,Cancelable
,Terminable
,Pour
Implementation of
Pour
for beverage pours.- Since:
- 1.6
- Version:
- 2025-02
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getProperty
(String name) Return the value of a property.getProps()
getSeq()
void
setFuture
(FutureWork future) void
setProperty
(String name, Object value) Set the value of a property.void
void
-
Constructor Details
-
BeveragePour
-
-
Method Details
-
cancel
- Specified by:
cancel
in interfaceCancelable
-
abort
-
setProperty
Description copied from interface:Pour
Set the value of a property. This is a way to attach arbitrary data to thePour
object.- Specified by:
setProperty
in interfacePour
-
getProperty
Description copied from interface:Pour
Return the value of a property.- Specified by:
getProperty
in interfacePour
-
getFuture
-
getSeq
-
getProps
-
setFuture
-
setSeq
-
setProps
-