OSID Logo
OSID Specifications
inquiry package
Version 3.1.0
Interfaceosid.inquiry.ResponseReceiver
Implementsosid.OsidReceiver
Description

The response receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted responses.

MethodnewResponses
Description

The callback for notifications of new responses.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListresponseIds the Ids of the new Responses
Compliancemandatory This method must be implemented.
MethodchangedResponses
Description

The callback for notification of updated responses.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListresponseIds the Ids of the updated Responses
Compliancemandatory This method must be implemented.
MethoddeletedResponses
Description

The callback for notification of deleted responses.

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