Interface RelationshipReceiver
- All Superinterfaces:
OsidReceiver
The relationship receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
Relationship objects.
-
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
-