OSID Logo
OSID Specifications
control package
Version 3.1.0
Interfaceosid.control.ActionGroupReceiver
Implementsosid.OsidReceiver
Description

The action group receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted ActionGroup objects.

Like all OsidReceivers, notifications are delivered to ActionGroupReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewActionGroups
Description

The callback for notifications of new action groups.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListactionGroupIds the Ids of the new ActionGroups
Compliancemandatory This method must be implemented.
MethodchangedActionGroups
Description

The callback for notification of updated action group.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListactionGroupIds the Ids of the updated ActionGroups
Compliancemandatory This method must be implemented.
MethoddeletedActionGroups
Description

The callback for notification of deleted action groups.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListactionGroupIds the Ids of the deleted ActionGroups
Compliancemandatory This method must be implemented.