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

The commitment enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted commitment enablers.

MethodnewCommitmentEnablers
Description

The callback for notifications of new commitment enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcommitmentEnablerIds the Id of the new CommitmentEnablers
Compliancemandatory This method must be implemented.
MethodchangedCommitmentEnablers
Description

The callback for notification of updated commitment enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcommitmentEnablerIds the Id of the updated CommitmentEnablers
Compliancemandatory This method must be implemented.
MethoddeletedCommitmentEnablers
Description

The callback for notification of deleted commitment enablers.

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