OSID Logo
OSID Specifications
recipe package
Version 3.0.0
Release Candidate Preview
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.IdListprocedureIdsthe Ids of the new procedures
CompliancemandatoryThis method must be implemented.
MethodchangedProcedures
Description

The callback for notifications of updated procedures.

Parametersosid.id.IdListprocedureIdsthe Ids of the updated procedures
CompliancemandatoryThis method must be implemented.
MethoddeletedProcedures
Description

the callback for notification of deleted procedures.

Parametersosid.id.IdListprocedureIdsthe Ids of the deleted procedures
CompliancemandatoryThis method must be implemented.