| Interface | osid.offering.ParticipantReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | The participant receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted participants. | ||
| Method | newParticipants | ||
| Description | The callback for notifications of new participants. | ||
| Parameters | osid.id.IdList | participantIds | the  Ids of the new participants | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedParticipants | ||
| Description | The callback for notifications of updated participants. | ||
| Parameters | osid.id.IdList | participantIds | the  Ids of the updated participants | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedParticipants | ||
| Description | the callback for notification of deleted participants. | ||
| Parameters | osid.id.IdList | participantIds | the  Ids of the deleted participants | 
| Compliance | mandatory | This method must be implemented. | |