Interface | osid.configuration.ValueReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The value receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newValues | ||
Description |
The callback for notification of new values. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | valueIds | the Ids of the Values | |
Compliance | mandatory | This method must be implemented. | |
Method | changedValues | ||
Description |
The callback for notification of changed values. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | valueIds | the Ids of the Values | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedValues | ||
Description |
The callback for notification of removed values. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | valueIds | the Ids of the Values | |
Compliance | mandatory | This method must be implemented. |