OSID Logo
OSID Specifications
calendaring package
Version 3.1.0
Interfaceosid.calendaring.CommitmentReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewCommitmentss
Description

The callback for notifications of new commitments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcommitmentIds the Id of the new Commitments
Compliancemandatory This method must be implemented.
MethodchangedCommitments
Description

The callback for notification of updated commitments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcommitmentIds the Id of the updated Commitments
Compliancemandatory This method must be implemented.
MethoddeletedCommitments
Description

The callback for notification of deleted commitments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcommitmentIds the Id of the deleted Commitments
Compliancemandatory This method must be implemented.