| Interface | osid.calendaring.rules.CommitmentEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The commitment enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted commitment enablers. | ||
| Method | newCommitmentEnablers | ||
| Description |
The callback for notifications of new commitment enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | commitmentEnablerIds | the Id of the new CommitmentEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCommitmentEnablers | ||
| Description |
The callback for notification of updated commitment enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | commitmentEnablerIds | the Id of the updated CommitmentEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCommitmentEnablers | ||
| Description |
The callback for notification of deleted commitment enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | commitmentEnablerIds | the Id of the deleted CommitmentEnablers | |
| Compliance | mandatory | This method must be implemented. | |