OSID Logo
OSID Specifications
control package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListactionGroupIdsthe Ids of the new ActionGroups
CompliancemandatoryThis method must be implemented.
MethodchangedActionGroups
Description

The callback for notification of updated action group.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListactionGroupIdsthe Ids of the updated ActionGroups
CompliancemandatoryThis method must be implemented.
MethoddeletedActionGroups
Description

The callback for notification of deleted action groups.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListactionGroupIdsthe Ids of the deleted ActionGroups
CompliancemandatoryThis method must be implemented.