OSID Logo
OSID Specifications
configuration package
Version 3.0.0
Release Candidate Preview
Interfaceosid.configuration.ValueReceiver
Implementsosid.OsidReceiver
Description

The value receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Values .

MethodnewValues
Description

The callback for notification of new values.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListvalueIdsthe Ids of the Values
CompliancemandatoryThis method must be implemented.
MethodchangedValues
Description

The callback for notification of changed values.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListvalueIdsthe Ids of the Values
CompliancemandatoryThis method must be implemented.
MethoddeletedValues
Description

The callback for notification of removed values.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListvalueIdsthe Ids of the Values
CompliancemandatoryThis method must be implemented.