Interface SnmpScalar<T>

All Superinterfaces:
SnmpProxyObject, SnmpScalarRO<T>
All Known Implementing Classes:
SnmpScalarImpl

public interface SnmpScalar<T> extends SnmpScalarRO<T>
The SnmpScalar class represents a writable proxy object for a SNMP scalar object.
Author:
Frank Fock
  • Method Details

    • changeValue

      void changeValue(T value)
      Change the model value and add the change to the associated committer.
      Parameters:
      value - a new model value.