T
- The Field-Type for this ChannelFieldpublic abstract class ChannelField<T> extends Field<T,ChannelManagerUpdatable>
ChannelManagerUpdatable
field.
This class is abstract and requires an implementation
for Field.checkValue(Object)
Constructor and Description |
---|
ChannelField(ChannelManagerUpdatable manager,
java.util.function.Supplier<T> originalValue) |
checkValue, equals, getManager, getOriginalValue, getValue, isSet, reset, setValue, shouldUpdate, toString
public ChannelField(ChannelManagerUpdatable manager, java.util.function.Supplier<T> originalValue)