Interface ActivityUnitReceiver
- All Superinterfaces:
OsidReceiver
The activity unit receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
ActivityUnit objects.
Like all OsidReceivers, notifications are delivered to
ActivityUnitReceiver serially and a receiver method is not invoked again
until any previous invocation has returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedActivityUnits(Id notificationId, IdList activityUnitIds) The callback for notification of updated activity units.voiddeletedActivityUnits(Id notificationId, IdList activityUnitIds) the callback for notification of deleted activity units.voidnewActivityUnits(Id notificationId, IdList activityUnitIds) The callback for notifications of new activity units.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newActivityUnits
-
changedActivityUnits
-
deletedActivityUnits
-