Interface | osid.subscription.PublisherReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The publisher receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
Method | newPublishers | ||
Description |
The callback for notifications of new publishers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | publisherIds | the Ids of the new Publishers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedPublishers | ||
Description |
The callback for notification of updated publishers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | publisherIds | the Ids of the updated Publishers | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedPublishers | ||
Description |
the callback for notification of deleted publishers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | publisherIds | the Ids of the registered Publishers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfPublishers | ||
Description |
The callback for notifications of changes to children of publisher hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | publisherIds | the Ids of the Publishers whose children have
changed | |
Compliance | mandatory | This method must be implemented. |