| Interface | osid.course.plan.LessonReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The lesson receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newLessons | ||
| Description | 
                     The callback for notifications of new lessons.  | ||
| Parameters | osid.id.Id | notificationId | the notification Id | 
osid.id.IdList | lessonIds | the  Ids  of the new  Lessons   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedLessons | ||
| Description | 
                     The callback for notification of updated lessons.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | lessonIds | the  Ids  of the updated  Lessons   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedLessons | ||
| Description | 
                     the callback for notification of deleted lessons.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | lessonIds | the  Ids  of the registered  Lessons   | |
| Compliance | mandatory | This method must be implemented. | |