Interface | osid.control.ActionGroupReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The action group receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
Method | newActionGroups | ||
Description |
The callback for notifications of new action groups. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | actionGroupIds | the Ids of the new ActionGroups | |
Compliance | mandatory | This method must be implemented. | |
Method | changedActionGroups | ||
Description |
The callback for notification of updated action group. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | actionGroupIds | the Ids of the updated ActionGroups | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedActionGroups | ||
Description |
The callback for notification of deleted action groups. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | actionGroupIds | the Ids of the deleted ActionGroups | |
Compliance | mandatory | This method must be implemented. |