ReadonlyVariableCallback
public interface VariantVariableCallback
VariantVariableCallback
can be implemented by
objects that want to intercept/monitor reading and writing of
a VariantVariable
's value.Modifier and Type | Method | Description |
---|---|---|
void |
updateVariable(VariantVariable variable) |
The supplied variable needs to be updated because it is about
to be read.
|
void |
variableUpdated(VariantVariable variable) |
The supplied variable's value has been updated.
|
void variableUpdated(VariantVariable variable)
variable
- the VariantVariable
that has been updated.void updateVariable(VariantVariable variable)
variable
- the VariantVariable
that will be read.Copyright © 2018 SNMP4J.org. All rights reserved.