Uses of Class
org.snmp4j.smi.VariantVariable
Packages that use VariantVariable
Package
Description
Provides classes for the representation of SMIv1/v2 data types (which also
includes some basic ASN.1 primitive data types).
-
Uses of VariantVariable in org.snmp4j.smi
Methods in org.snmp4j.smi with parameters of type VariantVariableModifier and TypeMethodDescriptionabstract void
ReadonlyVariableCallback.updateVariable(VariantVariable variable)
void
VariantVariableCallback.updateVariable(VariantVariable variable)
The supplied variable needs to be updated because it is about to be read.void
ReadonlyVariableCallback.variableUpdated(VariantVariable variable)
void
VariantVariableCallback.variableUpdated(VariantVariable variable)
The supplied variable's value has been updated.