Interface ResourceReceiver
- All Superinterfaces:
OsidReceiver
The resource receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Resource
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedResources(Id notificationId, IdList resourceIds) The callback for notification of updated resources.voiddeletedResources(Id notificationId, IdList resourceIds) the callback for notification of deleted resources.voidnewResources(Id notificationId, IdList resourceIds) The callback for notifications of new resources.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newResources
-
changedResources
-
deletedResources
-