Interface ActionGroupReceiver
- All Superinterfaces:
OsidReceiver
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedActionGroups(Id notificationId, IdList actionGroupIds) The callback for notification of updated action group.voiddeletedActionGroups(Id notificationId, IdList actionGroupIds) The callback for notification of deleted action groups.voidnewActionGroups(Id notificationId, IdList actionGroupIds) The callback for notifications of new action groups.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newActionGroups
-
changedActionGroups
-
deletedActionGroups
-