Interface PublisherReceiver
- All Superinterfaces:
OsidReceiver
The publisher receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Publisher
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfPublishers(Id notificationId, IdList publisherIds) The callback for notifications of changes to children of publisher hierarchy nodes.voidchangedPublishers(Id notificationId, IdList publisherIds) The callback for notification of updated publishers.voiddeletedPublishers(Id notificationId, IdList publisherIds) the callback for notification of deleted publishers.voidnewPublishers(Id notificationId, IdList publisherIds) The callback for notifications of new publishers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newPublishers
-
changedPublishers
-
deletedPublishers
-
changedChildOfPublishers
The callback for notifications of changes to children of publisher hierarchy nodes.- Parameters:
notificationId- the notificationIdpublisherIds- theIdsof thePublisherswhose children have changed- Compliance:
mandatory- This method must be implemented.
-