Interface | osid.resource.ResourceReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The resource receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
Method | newResources | ||
Description |
The callback for notifications of new resources. | ||
Parameters | osid.id.IdList | resourceIds | the Ids of the new Resources |
Compliance | mandatory | This method must be implemented. | |
Method | changedResources | ||
Description |
The callback for notification of updated resources. | ||
Parameters | osid.id.IdList | resourceIds | the Ids of the updated Resources |
Compliance | mandatory | This method must be implemented. | |
Method | deletedResources | ||
Description |
the callback for notification of deleted resources. | ||
Parameters | osid.id.IdList | resourceIds | the Ids of the deleted Resources |
Compliance | mandatory | This method must be implemented. |