| Interface | osid.calendaring.CommitmentReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The event receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newCommitmentss | ||
| Description |
The callback for notifications of new commitments. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | commitmentIds | the Id of the new Commitments | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCommitments | ||
| Description |
The callback for notification of updated commitments. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | commitmentIds | the Id of the updated Commitments | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCommitments | ||
| Description |
The callback for notification of deleted commitments. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | commitmentIds | the Id of the deleted Commitments | |
| Compliance | mandatory | This method must be implemented. | |