OSID Logo
OSID Specifications
calendaring package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListcommitmentIdsthe Id of the new Commitments
CompliancemandatoryThis method must be implemented.
MethodchangedCommitments
Description

The callback for notification of updated commitments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcommitmentIdsthe Id of the updated Commitments
CompliancemandatoryThis method must be implemented.
MethoddeletedCommitments
Description

The callback for notification of deleted commitments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcommitmentIdsthe Id of the deleted Commitments
CompliancemandatoryThis method must be implemented.