OSID Logo
OSID Specifications
recipe package
Version 3.1.0
Interfaceosid.recipe.ProcedureReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewProcedures
Description

The callback for notifications of new procedures.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprocedureIds the Ids of the new procedures
Compliancemandatory This method must be implemented.
MethodchangedProcedures
Description

The callback for notifications of updated procedures.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprocedureIds the Ids of the updated procedures
Compliancemandatory This method must be implemented.
MethoddeletedProcedures
Description

the callback for notification of deleted procedures.

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