OSID Logo
OSID Specifications
offering package
Version 3.0.0
Release Candidate Preview
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.IdListparticipantIdsthe Ids of the new participants
CompliancemandatoryThis method must be implemented.
MethodchangedParticipants
Description

The callback for notifications of updated participants.

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

the callback for notification of deleted participants.

Parametersosid.id.IdListparticipantIdsthe Ids of the deleted participants
CompliancemandatoryThis method must be implemented.