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.

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.