OSID Logo
OSID Specifications
configuration package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListvalueIds the Ids of the Values
Compliancemandatory This method must be implemented.
MethodchangedValues
Description

The callback for notification of changed values.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListvalueIds the Ids of the Values
Compliancemandatory This method must be implemented.
MethoddeletedValues
Description

The callback for notification of removed values.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListvalueIds the Ids of the Values
Compliancemandatory This method must be implemented.