OSID Logo
OSID Specifications
resource package
Version 3.0.0
Release Candidate Preview
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.IdgroupIdthe Id of the Resource group
osid.id.IdmemberIdthe Id of the new Resource member
CompliancemandatoryThis method must be implemented.
MethoddeletedMember
Description

the callback for notification of deleted resource members.

Parametersosid.id.IdgroupIdthe Id of the Resource group
osid.id.IdmemberIdthe Id of the new Resource member
CompliancemandatoryThis method must be implemented.