| Interface | osid.profile.ProfileItemReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The profile item receiver is the consumer supplied 
                interface for receiving notifications pertaining to new, 
                updated or deleted   | ||
| Method | newProfileItems | ||
| Description | 
                     The callback for notifications of new profile items.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | profileItemIds | the  Ids  of the new  ProfileItems   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProfileItems | ||
| Description | 
                     The callback for notification of updated profile items.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | profileItemIds | the  Ids  of the updated  ProfileItems   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProfileItems | ||
| Description | 
                     The callback for notification of deleted profile items.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | profileItemIds | the  Ids  of the deleted  ProfileItems   | |
| Compliance | mandatory | This method must be implemented. | |