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 voidReadonlyVariableCallback.updateVariable(VariantVariable variable) voidVariantVariableCallback.updateVariable(VariantVariable variable) The supplied variable needs to be updated because it is about to be read.final voidReadonlyVariableCallback.variableUpdated(VariantVariable variable) voidVariantVariableCallback.variableUpdated(VariantVariable variable) The supplied variable's value has been updated.