OSID Logo
OSID Specifications
subscription package
Version 3.1.0
Interfaceosid.subscription.PublisherReceiver
Implementsosid.OsidReceiver
Description

The publisher receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Publisher objects.

MethodnewPublishers
Description

The callback for notifications of new publishers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpublisherIds the Ids of the new Publishers
Compliancemandatory This method must be implemented.
MethodchangedPublishers
Description

The callback for notification of updated publishers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpublisherIds the Ids of the updated Publishers
Compliancemandatory This method must be implemented.
MethoddeletedPublishers
Description

the callback for notification of deleted publishers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpublisherIds the Ids of the registered Publishers
Compliancemandatory This method must be implemented.
MethodchangedChildOfPublishers
Description

The callback for notifications of changes to children of publisher hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpublisherIds the Ids of the Publishers whose children have changed
Compliancemandatory This method must be implemented.