OSID Logo
OSID Specifications
resource package
Version 3.1.0
Interfaceosid.resource.GroupReceiver
Implementsosid.OsidReceiver
Description

The resource group receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted members.

MethodnewMember
Description

The callback for notifications of new resource members.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdgroupId the Id of the Resource group
osid.id.IdmemberId the Id of the new Resource member
Compliancemandatory This method must be implemented.
MethoddeletedMember
Description

the callback for notification of deleted resource members.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdgroupId the Id of the Resource group
osid.id.IdmemberId the Id of the removed Resource member
Compliancemandatory This method must be implemented.