Interface GroupReceiver
- All Superinterfaces:
OsidReceiver
The resource group receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted members.
-
Method Summary
Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newMember
The callback for notifications of new resource members.- Parameters:
notificationId- the notificationIdgroupId- theIdof theResourcegroupmemberId- theIdof the newResourcemember- Compliance:
mandatory- This method must be implemented.
-
deletedMember
the callback for notification of deleted resource members.- Parameters:
notificationId- the notificationIdgroupId- theIdof theResourcegroupmemberId- theIdof the removedResourcemember- Compliance:
mandatory- This method must be implemented.
-