| Interface | osid.learning.ObjectiveReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The objective receiver is the consumer supplied interface 
                for receiving notifications pertaining to new, updated or 
                deleted   | ||
| Method | newObjectives | ||
| Description | 
                     The callback for notifications of new objectives.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | objectiveIds | the  Ids  of the new  Objectives   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedObjectives | ||
| Description | 
                     The callback for notification of updated objectives.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | objectiveIds | the  Ids  of the updated  Objectives   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedObjectives | ||
| Description | 
                     The callback for notification of deleted objectives.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | objectiveIds | the  Ids  of the deleted  Objectives   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfObjectives | ||
| Description | 
                     The callback for notifications of changes to children of objective hierarchy nodes.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | objectiveIds | the  Ids  of the  Objectives  whose children have 
changed  | |
| Compliance | mandatory | This method must be implemented. | |