OSID Logo
OSID Specifications
control package
Version 3.1.0
Interfaceosid.control.SettingReceiver
Implementsosid.OsidReceiver
Description

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

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

MethodnewSettings
Description

The callback for notifications of new settings.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsettingIds the Ids of the new Settings
Compliancemandatory This method must be implemented.
MethodchangedSettings
Description

The callback for notification of updated settings.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsettingIds the Ids of the updated Settings
Compliancemandatory This method must be implemented.
MethoddeletedSettings
Description

The callback for notification of deleted settings.

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