Interface RelationshipReceiver
- All Superinterfaces:
OsidReceiver
The relationship receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
Relationship objects.
Like all OsidReceivers, notifications are delivered to
RelationshipReceiver serially and a receiver method is not invoked again
until any previous invocation has returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedRelationships(Id notificationId, IdList relationshipIds) The callback for notification of updated relationships.voiddeletedRelationships(Id notificationId, IdList relationshipIds) the callback for notification of deleted relationships.voidnewRelationships(Id notificationId, IdList relationshipIds) The callback for notifications of new relationships.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newRelationships
-
changedRelationships
-
deletedRelationships
-