OSID Logo
OSID Specifications
acknowledgement package
Version 3.1.0
Interfaceosid.acknowledgement.CreditReceiver
Implementsosid.OsidReceiver
Description

The credit receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted credits.

Like all OsidReceivers, notifications are delivered to CreditReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewCredits
Description

The callback for notifications of new credits.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcreditIds the Ids of the new credits
Compliancemandatory This method must be implemented.
MethodchangedCredits
Description

The callback for notifications of updated credits.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcreditIds the Ids of the updated credits
Compliancemandatory This method must be implemented.
MethoddeletedCredits
Description

the callback for notification of deleted credits.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcreditIds the Ids of the deleted credits
Compliancemandatory This method must be implemented.