Class ListFeatureFunctionNotifier<DATA,DATA_LIST,SELECTOR,ELEMENTS>
- java.lang.Object
-
- org.openmuc.jeebus.spine.spi.function.ListFeatureFunctionNotifier<DATA,DATA_LIST,SELECTOR,ELEMENTS>
-
- Type Parameters:
DATA- type of data that the feature function holdsDATA_LIST- wrapper type forList<DATA>SELECTOR- type of selectors for dataELEMENTS- type of elements for data
public class ListFeatureFunctionNotifier<DATA,DATA_LIST,SELECTOR,ELEMENTS> extends java.lang.ObjectDelegate class that handles notifying subscribers when the data of aReadListFeatureFunctionchanges.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFEATURE_NOT_ADDED_MESSAGEprotected static org.slf4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description ListFeatureFunctionNotifier(ReadListFeatureFunction<DATA,DATA_LIST,SELECTOR,ELEMENTS,?> parent, Feature feature, DataListHolder<DATA,SELECTOR> dataListHolder, ListFeatureFunctionTypeInfo<DATA,DATA_LIST,SELECTOR,ELEMENTS> typeInfo)
-
-
-
Field Detail
-
logger
protected static final org.slf4j.Logger logger
-
FEATURE_NOT_ADDED_MESSAGE
public static final java.lang.String FEATURE_NOT_ADDED_MESSAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ListFeatureFunctionNotifier
public ListFeatureFunctionNotifier(ReadListFeatureFunction<DATA,DATA_LIST,SELECTOR,ELEMENTS,?> parent, Feature feature, DataListHolder<DATA,SELECTOR> dataListHolder, ListFeatureFunctionTypeInfo<DATA,DATA_LIST,SELECTOR,ELEMENTS> typeInfo)
-
-