|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariantVariableCallback
The VariantVariableCallback
can be implemented by
objects that want to intercept/monitor reading and writing of
a VariantVariable
's value.
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 |
---|
void variableUpdated(VariantVariable variable)
variable
- the VariantVariable
that has been updated.void updateVariable(VariantVariable variable)
variable
- the VariantVariable
that will be read.
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |