OSID Logo
OSID Specifications
control package
Version 3.0.0
Release Candidate Preview
Interfaceosid.control.SettingReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewSettings
Description

The callback for notifications of new settings.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsettingIdsthe Ids of the new Settings
CompliancemandatoryThis method must be implemented.
MethodchangedSettings
Description

The callback for notification of updated settings.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsettingIdsthe Ids of the updated Settings
CompliancemandatoryThis method must be implemented.
MethoddeletedSettings
Description

The callback for notification of deleted settings.

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