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

The parameter receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Parameter objects.

MethodnewParameters
Description

The callback for notifications of new parameters.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListparameterIdsthe Ids of the new Parameters
CompliancemandatoryThis method must be implemented.
MethodchangedParameters
Description

The callback for notification of updated parameters.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListparameterIdsthe Ids of the updated Parameters
CompliancemandatoryThis method must be implemented.
MethoddeletedParameters
Description

the callback for notification of deleted parameters.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListparameterIdsthe Ids of the deleted Parameters
CompliancemandatoryThis method must be implemented.