OSID Logo
OSID Specifications
offering package
Version 3.0.0
Interfaceosid.offering.ParticipantReceiver
Implementsosid.OsidReceiver
Description

The participant receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted participants.

MethodnewParticipants
Description

The callback for notifications of new participants.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListparticipantIdsthe Ids of the new participants
CompliancemandatoryThis method must be implemented.
MethodchangedParticipants
Description

The callback for notifications of updated participants.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListparticipantIdsthe Ids of the updated participants
CompliancemandatoryThis method must be implemented.
MethoddeletedParticipants
Description

the callback for notification of deleted participants.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListparticipantIdsthe Ids of the deleted participants
CompliancemandatoryThis method must be implemented.