org.snmp4j.smi
Interface VariantVariableCallback

All Known Implementing Classes:
ReadonlyVariableCallback

public interface VariantVariableCallback

The VariantVariableCallback can be implemented by objects that want to intercept/monitor reading and writing of a VariantVariable's value.

Version:
1.7
Author:
Frank Fock

Method Summary
 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.
 

Method Detail

variableUpdated

void variableUpdated(VariantVariable variable)
The supplied variable's value has been updated.

Parameters:
variable - the VariantVariable that has been updated.

updateVariable

void updateVariable(VariantVariable variable)
The supplied variable needs to be updated because it is about to be read.

Parameters:
variable - the VariantVariable that will be read.

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.