Interface | osid.resource.GroupReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The resource group receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted members. | ||
Method | newMember | ||
Description |
The callback for notifications of new resource members. | ||
Parameters | osid.id.Id | groupId | the Id of the Resource group |
osid.id.Id | memberId | the Id of the new Resource member | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedMember | ||
Description |
the callback for notification of deleted resource members. | ||
Parameters | osid.id.Id | groupId | the Id of the Resource group |
osid.id.Id | memberId | the Id of the new Resource member | |
Compliance | mandatory | This method must be implemented. |