public interface ValueReceiver extends OsidReceiver
The value receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Values
. A Value
is associated with a Parameter
so
that notifications of new, updated or changed values are notified with
changedParamatere(paramaterId).
Modifier and Type | Method and Description |
---|---|
void |
changedValue(Id parameterId)
The callback for notification of changed values.
|
down, up
void changedValue(Id parameterId)
parameterId
- the Id
of the Parameter
with new valuesmandatory
- This method must be implemented.