| Interface | osid.course.program.EnrollmentReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | The enrollment receiver is the consumer supplied interface 
                for receiving notifications pertaining to new, updated or 
                deleted  | ||
| Method | newEnrollments | ||
| Description | The callback for notifications of new enrollments. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | enrollmentIds | the  Ids of the new Enrollments  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedEnrollments | ||
| Description | The callback for notification of updated enrollments. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | enrollmentIds | the  Ids of the updated Enrollments  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedEnrollments | ||
| Description | the callback for notification of deleted enrollments. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | enrollmentIds | the  Ids of the deleted Enrollments  | |
| Compliance | mandatory | This method must be implemented. | |