OSID Logo
OSID Specifications
configuration package
Version 3.1.0
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.

Like all OsidReceivers, notifications are delivered to ParameterReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewParameters
Description

The callback for notifications of new parameters.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListparameterIds the Ids of the new Parameters
Compliancemandatory This method must be implemented.
MethodchangedParameters
Description

The callback for notification of updated parameters.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListparameterIds the Ids of the updated Parameters
Compliancemandatory This method must be implemented.
MethoddeletedParameters
Description

the callback for notification of deleted parameters.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListparameterIds the Ids of the deleted Parameters
Compliancemandatory This method must be implemented.