OSID Logo
OSID Specifications
lexicon package
Version 3.1.0
Interfaceosid.lexicon.ParameterReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewParameter
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.
MethodchangedParameter
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.
MethoddeletedParameter
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.