OSID Logo
OSID Specifications
lexicon package
Version 3.0.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.IdnotificationIdthe notification Id
osid.id.IdListparameterIdsthe Ids of the new Parameters
CompliancemandatoryThis method must be implemented.
MethodchangedParameter
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.
MethoddeletedParameter
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.