Interface | osid.control.SettingReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The setting receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted settings. | ||
Method | newSettings | ||
Description |
The callback for notifications of new settings. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | settingIds | the Ids of the new Settings | |
Compliance | mandatory | This method must be implemented. | |
Method | changedSettings | ||
Description |
The callback for notification of updated settings. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | settingIds | the Ids of the updated Settings | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedSettings | ||
Description |
The callback for notification of deleted settings. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | settingIds | the Ids of the deleted Settings | |
Compliance | mandatory | This method must be implemented. |