public class ConfiguredVariableInteraction<DataType> extends java.lang.Object implements VariableInteraction<DataType>, GetBodyConverter<DataType>
Constructor and Description |
---|
ConfiguredVariableInteraction(VariableService service,
int variableId,
<any> converter) |
Modifier and Type | Method and Description |
---|---|
<any> |
getBodyConverter() |
MonitorEngine<DataType> |
getMonitor() |
DataType |
read() |
void |
write(DataType value) |
public ConfiguredVariableInteraction(@NonNull VariableService service, int variableId, @Nullable <any> converter)
public DataType read() throws java.lang.Exception
public void write(DataType value) throws java.lang.Exception
public MonitorEngine<DataType> getMonitor()
getMonitor
in interface Monitorable<DataType>
public <any> getBodyConverter()
getBodyConverter
in interface GetBodyConverter<DataType>