Uses of Class
org.snmp4j.model.snmp.proxy.impl.SnmpValueChange
Packages that use SnmpValueChange
-
Uses of SnmpValueChange in org.snmp4j.model.snmp.proxy.impl
Methods in org.snmp4j.model.snmp.proxy.impl that return types with arguments of type SnmpValueChangeMethods in org.snmp4j.model.snmp.proxy.impl with parameters of type SnmpValueChangeModifier and TypeMethodDescriptionvoid
SnmpValuesChangeSet.addChange
(SnmpValueChange change) Adds a change to the change set.protected void
SnmpTableImpl.cellUpdated
(int row, int column, SnmpValueChange change) protected void
SnmpTableImpl.cellUpdateValidationFailure
(int row, int column, SnmpValueChange change) Constructor parameters in org.snmp4j.model.snmp.proxy.impl with type arguments of type SnmpValueChangeModifierConstructorDescriptionSnmpValuesChangeSet
(Collection<SnmpValueChange> changes, Object userReference) Creates a change set based on a provided list of changes and with an associated user object. -
Uses of SnmpValueChange in org.snmp4j.model.snmp.spi
Methods in org.snmp4j.model.snmp.spi with parameters of type SnmpValueChangeModifier and TypeMethodDescriptionvoid
SnmpCellUpdateListener.cellUpdated
(int row, int col, SnmpValueChange change) void
SnmpCellUpdateListener.cellUpdateFailed
(int row, int col, SnmpValueChange change)